summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 1888a77e8..46123ddb3 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -105,7 +105,7 @@ MobileComponents.ApplicationWindow {
stackView.push(themetest)
}
}
- ]
+ ]
MouseArea {
height: childrenRect.height
width: MobileComponents.Units.gridUnit * 10
@@ -272,5 +272,6 @@ MobileComponents.ApplicationWindow {
Component.onCompleted: {
print("MobileComponents.Units.gridUnit is: " + MobileComponents.Units.gridUnit);
+ manager.loadDives();
}
}