diff options
author | rtk0c <[email protected]> | 2022-07-01 18:34:19 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-07-01 18:34:19 +0000 |
commit | b436ac6ff36ee2401f806f4c639e221031058c62 (patch) | |
tree | bd7c64a18d6516408ebb4a5c77e66518e2a0eded /ui.qt/qml/Navigator.qml | |
parent | b992ae0fa4d792002ffae10a9ef893ef4fa42ac4 (diff) |
Update QML files to the correct style, fix QtCreator errors
git-svn-id: file:///home/arch/svn/epistmool/trunk@9 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'ui.qt/qml/Navigator.qml')
-rw-r--r-- | ui.qt/qml/Navigator.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.qt/qml/Navigator.qml b/ui.qt/qml/Navigator.qml index 40c66e4..00f4c1b 100644 --- a/ui.qt/qml/Navigator.qml +++ b/ui.qt/qml/Navigator.qml @@ -1,6 +1,6 @@ -import QtQuick -import QtQuick.Controls -import QtQuick.Layouts +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 Item { ColumnLayout { |