diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 18:25:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 18:25:07 +0200 |
commit | da7de973f5dbff25ab954b416125c4136848da08 (patch) | |
tree | ee64bdca2ab4cf330fa5c3aee75c46113b4f8631 | |
parent | 953b3672a82825a0bcc7693d1244f99eac71c5a2 (diff) | |
download | kube-da7de973f5dbff25ab954b416125c4136848da08.tar.gz kube-da7de973f5dbff25ab954b416125c4136848da08.zip |
Clarify comment
-rw-r--r-- | framework/qml/Popup.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml index 8ce7916a..ea0fa4fd 100644 --- a/framework/qml/Popup.qml +++ b/framework/qml/Popup.qml | |||
@@ -17,7 +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 | //FIXME This should really be QtQuick.Templates, but that used to crash with qt 5.7, and doesn't render the background on mac with 5.9 |
21 | import QtQuick.Controls 2.0 as T | 21 | import QtQuick.Controls 2.0 as T |
22 | import org.kube.framework 1.0 | 22 | import org.kube.framework 1.0 |
23 | 23 | ||