From ae0b65440834a76f3ce6c266ee4b7d683b215842 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 6 Sep 2016 22:56:51 +0900 Subject: Relaxed VS version a bit. --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index 47b3ef85..10b2bb0a 100644 --- a/settings.h +++ b/settings.h @@ -29,7 +29,7 @@ namespace QMatrixClient class Settings: public QSettings { public: -#if defined(_MSC_VER) && _MSC_VER <= 1900 +#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