summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index a40eb7f6c..02c254257 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -328,6 +328,9 @@ QMLManager::QMLManager() : m_locationServiceEnabled(false),
// we start out with clean data
updateHaveLocalChanges(false);
+
+ // setup Command infrastructure
+ Command::init();
}
void QMLManager::applicationStateChanged(Qt::ApplicationState state)