diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 6917a6818..c171eabaf 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -58,6 +58,8 @@ public: }; static QMLManager *instance(); + Q_INVOKABLE void registerError(const QString &error); + QString consumeError(); QString cloudUserName() const; void setCloudUserName(const QString &cloudUserName); @@ -200,6 +202,7 @@ private: QString m_ssrfGpsWebUserid; QString m_startPageText; QString m_logText; + QString m_lastError; bool m_locationServiceEnabled; bool m_locationServiceAvailable; bool m_verboseEnabled; |