fix msvc ...

This commit is contained in:
Patrick von Reth 2015-07-29 21:37:57 +02:00
parent 268c1aa9a7
commit 8f49127a24

View File

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