mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +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
|
||||
#define hifi_PlatformJsonKeys_h
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace platform {
|
||||
namespace jsonKeys{
|
||||
#if defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
|
||||
#else
|
||||
#if !defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
|
||||
static const char* cpuBrand= "cpuBrand";
|
||||
static const char* cpuModel = "cpuModel";
|
||||
static const char* cpuClockSpeed = "clockSpeed";
|
||||
|
|
Loading…
Reference in a new issue