From 8f49127a24853bd806b57f4a7676c7c31dd59843 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Wed, 29 Jul 2015 21:37:57 +0200 Subject: [PATCH] fix msvc ... --- 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 857a53e..71cea8e 100644 --- a/src/libsnore/snore_p.h +++ b/src/libsnore/snore_p.h @@ -42,7 +42,7 @@ public: */ static QString tempPath(); - static constexpr int maxNumberOfActiveNotifications() + static Q_CONSTEXPR int maxNumberOfActiveNotifications() { return 3; }