diff options
author | Florent Revest <revestflo@gmail.com> | 2016-02-25 16:36:41 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-02-25 16:36:41 +0100 |
commit | cba44fb735279d2189b31328ba598a6d8c487f99 (patch) | |
tree | f97488ace031c5e584d8d8eafae00ed9580c771c | |
parent | ff0201bc23545d6794b43f6a5fd558cfcdd29e15 (diff) |
Use 'Application' from qml-asteroid instead of Item
-rw-r--r-- | main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,9 +22,8 @@ import QtGraphicalEffects 1.0 import QtQuick.Controls 1.3 import org.asteroid.controls 1.0 -Item { +Application { id: app - anchors.fill: parent property bool running property var previousTime |