aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-12-08 14:24:10 +0100
committerWladimir J. van der Laan <[email protected]>2013-12-08 14:24:49 +0100
commit70370ae502df8756f3a067a00ccd61b9fc819581 (patch)
tree1f3beb9dcdaa036ea822573cf461e6566287bef8 /src/qt/clientmodel.h
parentMerge pull request #3322 (diff)
parent[Qt] small notificator and style changes (diff)
downloaddiscoin-70370ae502df8756f3a067a00ccd61b9fc819581.tar.xz
discoin-70370ae502df8756f3a067a00ccd61b9fc819581.zip
Merge pull request #3348
ccd1372 [Qt] small notificator and style changes (Philip Kaufmann)
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index dcc528f4f..05e841252 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -84,7 +84,7 @@ signals:
void alertsChanged(const QString &warnings);
void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut);
- //! Asynchronous message notification
+ //! Fired when a message should be reported to the user
void message(const QString &title, const QString &message, unsigned int style);
public slots: