mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
trying an alternative method for jumping over linux for now
This commit is contained in:
parent
3975525b36
commit
7ab9c482c2
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
namespace platform {
|
namespace platform {
|
||||||
namespace jsonKeys{
|
namespace jsonKeys{
|
||||||
#if !defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
|
#if defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
|
||||||
|
#else
|
||||||
static const char* cpuBrand= "cpuBrand";
|
static const char* cpuBrand= "cpuBrand";
|
||||||
static const char* cpuModel = "cpuModel";
|
static const char* cpuModel = "cpuModel";
|
||||||
static const char* cpuClockSpeed = "clockSpeed";
|
static const char* cpuClockSpeed = "clockSpeed";
|
||||||
|
|
Loading…
Reference in a new issue