From d4357b3b21c803a663d8f2cb1c0af2408a1cf2e8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 26 Mar 2016 21:31:41 -0700 Subject: QML UI: allow writing to App log from QML Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile') diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index ae30d5884..2113a1dfe 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -67,7 +67,6 @@ public: QString logText() const; void setLogText(const QString &logText); - void appendTextToLog(const QString &newText); bool accessingCloud() const; void setAccessingCloud(bool status); @@ -115,6 +114,7 @@ public slots: void refreshDiveList(); void screenChanged(QScreen *screen); qreal lastDevicePixelRatio(); + void appendTextToLog(const QString &newText); private: QString m_cloudUserName; -- cgit v1.2.3-70-g09d2