mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 14:16:36 +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 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* cpuModel = "cpuModel";
|
||||
static const char* cpuClockSpeed = "clockSpeed";
|
||||
|
|
Loading…
Reference in a new issue