From 549b1ec73296ace7a9eef7b91edf35f03a446d58 Mon Sep 17 00:00:00 2001 From: amerhifi Date: Tue, 14 May 2019 13:04:25 -0700 Subject: [PATCH] VS didn't save the comment addition --- libraries/platform/src/platformJsonKeys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/platform/src/platformJsonKeys.h b/libraries/platform/src/platformJsonKeys.h index cd818baa31..a597d887f7 100644 --- a/libraries/platform/src/platformJsonKeys.h +++ b/libraries/platform/src/platformJsonKeys.h @@ -12,7 +12,7 @@ namespace platform { namespace jsonKeys{ -#ifndef Q_OS_LINUX +#ifndef 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";