From b1e37876a60ad73b46af4a3dc702eca62e2ca46f Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 30 Oct 2020 07:50:34 +0100 Subject: [PATCH] import quick before skinny, to give skinny definitions precedence --- examples/colorswitch/colorswitch.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/colorswitch/colorswitch.qml b/examples/colorswitch/colorswitch.qml index 39453eaf..ec53d9a8 100644 --- a/examples/colorswitch/colorswitch.qml +++ b/examples/colorswitch/colorswitch.qml @@ -1,5 +1,5 @@ -import Skinny 1.0 import QtQuick 2.5 +import Skinny 1.0 import Theme 1.0 // things beyond supersimple are way more convenient with C++ Main