From 56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 13:15:44 +0200 Subject: Fixed the fixme --- framework/qml/Popup.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/qml') 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 @@ */ import QtQuick 2.7 -//FIXME This should really be QtQuick.Templates, but that is crashing with qt 5.7, so we'll have to wait for a bit. -import QtQuick.Controls 2.0 as T +import QtQuick.Templates 2.0 as T import org.kube.framework 1.0 T.Popup { -- cgit v1.2.3