aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index f0586bdf6..9e8ee226f 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1508,6 +1508,17 @@ void QMLManager::setShowPin(bool enable)
emit showPinChanged();
}
+QString QMLManager::progressMessage() const
+{
+ return m_progressMessage;
+}
+
+void QMLManager::setProgressMessage(QString text)
+{
+ m_progressMessage = text;
+ emit progressMessageChanged();
+}
+
#if defined (Q_OS_ANDROID)