aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-12-03 09:25:24 +0100
committerPhilip Kaufmann <[email protected]>2013-12-03 14:01:53 +0100
commitccd1372dd063e4098a245da91c9e73743484f68a (patch)
treec75be6b7ed08a01c3f1354faa0d66d1ed45a30ae /src/qt/clientmodel.h
parentMerge pull request #3320 from laanwj/2013_11_cli_split (diff)
downloaddiscoin-ccd1372dd063e4098a245da91c9e73743484f68a.tar.xz
discoin-ccd1372dd063e4098a245da91c9e73743484f68a.zip
[Qt] small notificator and style changes
- remove default arguments for notificator - re-order some calls to use same ordering in Qt files - style police changes (spaces, comments and such)
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: