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:
parent
625d4801f5
commit
ef00a9b4b8
@ -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();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user