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>
This commit is contained in:
Dirk Hohndel 2015-04-30 08:17:42 -07:00
parent 625d4801f5
commit ef00a9b4b8

View file

@ -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();
};