summaryrefslogtreecommitdiffstats
path: root/qt-models/messagehandlermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/messagehandlermodel.h')
-rw-r--r--qt-models/messagehandlermodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/messagehandlermodel.h b/qt-models/messagehandlermodel.h
index b59a4eca3..3addee95f 100644
--- a/qt-models/messagehandlermodel.h
+++ b/qt-models/messagehandlermodel.h
@@ -14,6 +14,7 @@ public:
QVariant data(const QModelIndex& idx, int role) const override;
QHash<int, QByteArray> roleNames() const override;
void addLog(QtMsgType type, const QString& message);
+ const QString logAsString();
/* call this to clear the debug data */
Q_INVOKABLE void reset();