diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 3 |
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) |