aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tst_qPref.qml
blob: ed96ada3aafbf908f4423e66108ca5929984409a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtTest 1.2

TestCase {
	name: "qPref"

	function test_register() {
		var x = Pref.mobile_version
		compare(x, Pref.mobile_version)
	}
}