diff options
-rw-r--r-- | qt-mobile/qmlmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |