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