mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
Sam for the win. Qtglobal missing
This commit is contained in:
parent
7ab9c482c2
commit
5e62e6b719
1 changed files with 2 additions and 3 deletions
|
@ -8,12 +8,11 @@
|
||||||
|
|
||||||
#ifndef hifi_PlatformJsonKeys_h
|
#ifndef hifi_PlatformJsonKeys_h
|
||||||
#define hifi_PlatformJsonKeys_h
|
#define hifi_PlatformJsonKeys_h
|
||||||
|
#include <QtGlobal>
|
||||||
|
|
||||||
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