Sam for the win. Qtglobal missing

This commit is contained in:
amerhifi 2019-05-14 19:29:17 -07:00
parent 7ab9c482c2
commit 5e62e6b719

View file

@ -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";