diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 13:15:44 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 13:15:44 +0200 |
commit | 56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f (patch) | |
tree | 85a1150e674c0b4e214a74ce8515582f3f46f197 | |
parent | ab3d462590e29488e2f5cff8338745347ff80742 (diff) | |
download | kube-56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f.tar.gz kube-56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f.zip |
Fixed the fixme
-rw-r--r-- | framework/qml/Popup.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml index 8ce7916a..599703b9 100644 --- a/framework/qml/Popup.qml +++ b/framework/qml/Popup.qml | |||
@@ -17,8 +17,7 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | //FIXME This should really be QtQuick.Templates, but that is crashing with qt 5.7, so we'll have to wait for a bit. | 20 | import QtQuick.Templates 2.0 as T |
21 | import QtQuick.Controls 2.0 as T | ||
22 | import org.kube.framework 1.0 | 21 | import org.kube.framework 1.0 |
23 | 22 | ||
24 | T.Popup { | 23 | T.Popup { |