- remove default arguments for notificator
- re-order some calls to use same ordering in Qt files
- style police changes (spaces, comments and such)
Mostly no code changes, should be easy to merge.
Mostly no code changes, should be easy to merge.
83 | @@ -84,7 +84,7 @@ class ClientModel : public QObject 84 | void alertsChanged(const QString &warnings); 85 | void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut); 86 | 87 | - //! Asynchronous message notification 88 | + // Fired when a message should be reported to the user
If you don't like //!, please use /// instead (see http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html)
I really just tried to use the same comment for this as we use in other source files :).
I understand, but // is not enough to make doxygen see it as a function documentation.
ACK apart from minor nit
- remove default arguments for notificator
- re-order some calls to use same ordering in Qt files
- style police changes (spaces, comments and such)
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/ccd1372dd063e4098a245da91c9e73743484f68a for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.