mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +02:00
adding android until the stub is checked in
This commit is contained in:
parent
5e62e6b719
commit
19a848d481
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
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) || !defined(Q_OS_ANDROID) //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