From ccd1372dd063e4098a245da91c9e73743484f68a Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 3 Dec 2013 09:25:24 +0100 Subject: [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) --- src/qt/notificator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/notificator.h') diff --git a/src/qt/notificator.h b/src/qt/notificator.h index d6298c3c0d..abab986992 100644 --- a/src/qt/notificator.h +++ b/src/qt/notificator.h @@ -29,7 +29,7 @@ public: /** Create a new notificator. @note Ownership of trayIcon is not transferred to this object. */ - Notificator(const QString &programName=QString(), QSystemTrayIcon *trayIcon=0, QWidget *parent=0); + Notificator(const QString &programName, QSystemTrayIcon *trayIcon, QWidget *parent); ~Notificator(); // Message class -- cgit v1.2.3