aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2016-02-08 18:16:02 +0100
committerFlorent Revest <revestflo@gmail.com>2016-02-08 18:16:02 +0100
commitff0201bc23545d6794b43f6a5fd558cfcdd29e15 (patch)
treec67d89eb9043b4a7578074c87af504836213ef08 /main.qml
parentcdcf5e8496b51091f9d71a6a52a588a97686c49d (diff)
Use MDeclarativeCache from mapplauncherd to get faster startup
Diffstat (limited to '')
-rw-r--r--main.qml4
1 files changed, 2 insertions, 2 deletions
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