mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
trying a different method since ubuntu is still seeing them as unused
This commit is contained in:
parent
549b1ec732
commit
3975525b36
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace platform {
|
namespace platform {
|
||||||
namespace jsonKeys{
|
namespace jsonKeys{
|
||||||
#ifndef 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
|
||||||
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