diff options
author | Federico Bond <federicobond@gmail.com> | 2014-05-23 13:58:12 -0300 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2014-05-23 14:00:14 -0300 |
commit | cdb36eff9f060330a1727dec82299f255459aa2d (patch) | |
tree | c3fe0019d24dbf063c2f28db35607295a26d350f /src/qt | |
parent | 206662003dc8eadf08bd809ab5e99aa340e93802 (diff) |
Fix warning when compiling in OS X
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/notificator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp index 38a029dbe5..3d588cd317 100644 --- a/src/qt/notificator.cpp +++ b/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), |