trying an alternative method for jumping over linux for now

This commit is contained in:
amerhifi 2019-05-14 15:50:12 -07:00
parent 3975525b36
commit 7ab9c482c2

View file

@ -12,7 +12,8 @@
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";