Browse Source

Merge pull request #4222

cdb36ef Fix warning when compiling in OS X (Federico Bond)
metaverse
Wladimir J. van der Laan 10 years ago
parent
commit
7a419a61b6
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/notificator.cpp

2
src/qt/notificator.cpp

@ -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…
Cancel
Save