From ef00a9b4b8467218594499a5062ae42e37db1579 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 30 Apr 2015 08:17:42 -0700 Subject: [PATCH] Fix build problem I don't quite understand why these functions were removed for Qt5.4, but this causes the build to break with Qt5.4. Signed-off-by: Dirk Hohndel --- subsurfacesysinfo.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsurfacesysinfo.h b/subsurfacesysinfo.h index 877f7ef00..99ee35239 100644 --- a/subsurfacesysinfo.h +++ b/subsurfacesysinfo.h @@ -205,7 +205,6 @@ class SubsurfaceSysInfo : public QSysInfo { public: -#if QT_VERSION <= 0x050400 static QString cpuArchitecture(); static QString fullCpuArchitecture(); static QString osType(); @@ -213,7 +212,6 @@ public: static QString osVersion(); static QString prettyOsName(); -#endif static QString osArch(); };