mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Fix warning when compiling in OS X
This commit is contained in:
parent
206662003d
commit
cdb36eff9f
@ -28,8 +28,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef USE_DBUS
|
||||
// https://wiki.ubuntu.com/NotificationDevelopmentGuidelines recommends at least 128
|
||||
const int FREEDESKTOP_NOTIFICATION_ICON_SIZE = 128;
|
||||
#endif
|
||||
|
||||
Notificator::Notificator(const QString &programName, QSystemTrayIcon *trayicon, QWidget *parent) :
|
||||
QObject(parent),
|
||||
|
Loading…
Reference in New Issue
Block a user