diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:49 +0100 |
| commit | 70370ae502df8756f3a067a00ccd61b9fc819581 (patch) | |
| tree | 1f3beb9dcdaa036ea822573cf461e6566287bef8 /src/qt/notificator.h | |
| parent | Merge pull request #3322 (diff) | |
| parent | [Qt] small notificator and style changes (diff) | |
| download | discoin-70370ae502df8756f3a067a00ccd61b9fc819581.tar.xz discoin-70370ae502df8756f3a067a00ccd61b9fc819581.zip | |
Merge pull request #3348
ccd1372 [Qt] small notificator and style changes (Philip Kaufmann)
Diffstat (limited to 'src/qt/notificator.h')
| -rw-r--r-- | src/qt/notificator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/notificator.h b/src/qt/notificator.h index d6298c3c0..abab98699 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 |