mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: allow writing to App log from QML
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7434e4213b
commit
d4357b3b21
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,6 @@ public:
|
||||||
|
|
||||||
QString logText() const;
|
QString logText() const;
|
||||||
void setLogText(const QString &logText);
|
void setLogText(const QString &logText);
|
||||||
void appendTextToLog(const QString &newText);
|
|
||||||
|
|
||||||
bool accessingCloud() const;
|
bool accessingCloud() const;
|
||||||
void setAccessingCloud(bool status);
|
void setAccessingCloud(bool status);
|
||||||
|
@ -115,6 +114,7 @@ public slots:
|
||||||
void refreshDiveList();
|
void refreshDiveList();
|
||||||
void screenChanged(QScreen *screen);
|
void screenChanged(QScreen *screen);
|
||||||
qreal lastDevicePixelRatio();
|
qreal lastDevicePixelRatio();
|
||||||
|
void appendTextToLog(const QString &newText);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString m_cloudUserName;
|
QString m_cloudUserName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue