From da7de973f5dbff25ab954b416125c4136848da08 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 18:25:07 +0200 Subject: Clarify comment --- framework/qml/Popup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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 @@ */ 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. +//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 import QtQuick.Controls 2.0 as T import org.kube.framework 1.0 -- cgit v1.2.3