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/GoToKnowledge.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/GoToKnowledge.qml')
-rw-r--r-- | ui.qt/qml/GoToKnowledge.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.qt/qml/GoToKnowledge.qml b/ui.qt/qml/GoToKnowledge.qml index f97cbcf..48aa963 100644 --- a/ui.qt/qml/GoToKnowledge.qml +++ b/ui.qt/qml/GoToKnowledge.qml @@ -1,4 +1,4 @@ -import QtQuick +import QtQuick 2.15 Item { } |