summaryrefslogtreecommitdiffstats
path: root/subsurfacesysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurfacesysinfo.h')
-rw-r--r--subsurfacesysinfo.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/subsurfacesysinfo.h b/subsurfacesysinfo.h
index 877f7ef00..23c7011bc 100644
--- a/subsurfacesysinfo.h
+++ b/subsurfacesysinfo.h
@@ -205,16 +205,18 @@
class SubsurfaceSysInfo : public QSysInfo {
public:
-#if QT_VERSION <= 0x050400
- static QString cpuArchitecture();
- static QString fullCpuArchitecture();
- static QString osType();
- static QString osKernelVersion();
- static QString osVersion();
- static QString prettyOsName();
-
+#if QT_VERSION < 0x050400
+ static QString buildCpuArchitecture();
+ static QString currentCpuArchitecture();
+ static QString buildAbi();
+
+ static QString kernelType();
+ static QString kernelVersion();
+ static QString productType();
+ static QString productVersion();
+ static QString prettyProductName();
#endif
- static QString osArch();
+ static QString prettyOsName();
};