mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 23:34:20 +00:00
Merge pull request #4222
cdb36ef Fix warning when compiling in OS X (Federico Bond)
This commit is contained in:
commit
7a419a61b6
@ -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…
x
Reference in New Issue
Block a user