use correct macro

This commit is contained in:
Patrick von Reth 2015-07-30 00:35:52 +02:00
parent 8f49127a24
commit 3ed204c756

View File

@ -42,7 +42,7 @@ public:
*/ */
static QString tempPath(); static QString tempPath();
static Q_CONSTEXPR int maxNumberOfActiveNotifications() static Q_DECL_CONSTEXPR int maxNumberOfActiveNotifications()
{ {
return 3; return 3;
} }