summaryrefslogtreecommitdiffstats
path: root/qml/Version.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-21 13:01:21 +0100
committerPapoteur <papoteur@mageia.org>2019-01-21 13:01:21 +0100
commit58c219ace365c508d8cd1bc6dfc1574428e8a82d (patch)
tree2cbab8df07f862928ca4db638571a9f9a1067f69 /qml/Version.qml
parentac43b4aa95c29f078b184d68affa3aa5296b0d3f (diff)
downloadmageiawelcome-58c219ace365c508d8cd1bc6dfc1574428e8a82d.tar
mageiawelcome-58c219ace365c508d8cd1bc6dfc1574428e8a82d.tar.gz
mageiawelcome-58c219ace365c508d8cd1bc6dfc1574428e8a82d.tar.bz2
mageiawelcome-58c219ace365c508d8cd1bc6dfc1574428e8a82d.tar.xz
mageiawelcome-58c219ace365c508d8cd1bc6dfc1574428e8a82d.zip
Add About dialog with version
Diffstat (limited to 'qml/Version.qml')
-rw-r--r--qml/Version.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/Version.qml b/qml/Version.qml
new file mode 100644
index 0000000..c5356bf
--- /dev/null
+++ b/qml/Version.qml
@@ -0,0 +1,2 @@
+import QtQuick 2.0
+Item { property var version: '1.93';}