From ff0201bc23545d6794b43f6a5fd558cfcdd29e15 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Mon, 8 Feb 2016 18:16:02 +0100 Subject: Use MDeclarativeCache from mapplauncherd to get faster startup --- main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 98adb39..84daa79 100644 --- a/main.qml +++ b/main.qml @@ -22,9 +22,9 @@ import QtGraphicalEffects 1.0 import QtQuick.Controls 1.3 import org.asteroid.controls 1.0 -Application { +Item { id: app - title: "Stopwatch" + anchors.fill: parent property bool running property var previousTime -- cgit v1.2.3-54-g00ecf