Fix warning when compiling in OS X

This commit is contained in:
Federico Bond 2014-05-23 13:58:12 -03:00
parent 206662003d
commit cdb36eff9f
1 changed files with 2 additions and 0 deletions

View File

@ -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),