From 3ed204c7564b761e03a9791a8fa9951103ce39ae Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 30 Jul 2015 00:35:52 +0200 Subject: [PATCH] use correct macro --- src/libsnore/snore_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsnore/snore_p.h b/src/libsnore/snore_p.h index 71cea8e..63debd0 100644 --- a/src/libsnore/snore_p.h +++ b/src/libsnore/snore_p.h @@ -42,7 +42,7 @@ public: */ static QString tempPath(); - static Q_CONSTEXPR int maxNumberOfActiveNotifications() + static Q_DECL_CONSTEXPR int maxNumberOfActiveNotifications() { return 3; }