summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-30 08:17:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-30 08:20:07 -0700
commitef00a9b4b8467218594499a5062ae42e37db1579 (patch)
tree5b7aa40c4f545f25907a233e6f7c805253cd3f8e
parent625d4801f548acb4c797bf1add338a016dd34497 (diff)
downloadsubsurface-ef00a9b4b8467218594499a5062ae42e37db1579.tar.gz
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 <dirk@hohndel.org>
-rw-r--r--subsurfacesysinfo.h2
1 files changed, 0 insertions, 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();
};