From ea865bade764c095aff175d10a4c2601a9ee34e0 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 6 Sep 2016 22:12:19 +0900 Subject: Corrected the faulty VS version --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index 7cc7895b..47b3ef85 100644 --- a/settings.h +++ b/settings.h @@ -29,7 +29,7 @@ namespace QMatrixClient class Settings: public QSettings { public: -#if defined(_MSC_VER) && _MSC_VER <= 1200 +#if defined(_MSC_VER) && _MSC_VER <= 1900 // VS 2013 (and probably older) aren't friends with 'using' statements // that involve private constructors explicit Settings(QObject* parent = 0) : QSettings(parent) { } -- cgit v1.2.3