mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -205,7 +205,6 @@
|
||||||
|
|
||||||
class SubsurfaceSysInfo : public QSysInfo {
|
class SubsurfaceSysInfo : public QSysInfo {
|
||||||
public:
|
public:
|
||||||
#if QT_VERSION <= 0x050400
|
|
||||||
static QString cpuArchitecture();
|
static QString cpuArchitecture();
|
||||||
static QString fullCpuArchitecture();
|
static QString fullCpuArchitecture();
|
||||||
static QString osType();
|
static QString osType();
|
||||||
|
@ -213,7 +212,6 @@ public:
|
||||||
static QString osVersion();
|
static QString osVersion();
|
||||||
static QString prettyOsName();
|
static QString prettyOsName();
|
||||||
|
|
||||||
#endif
|
|
||||||
static QString osArch();
|
static QString osArch();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue