mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +02:00
VS didn't save the comment addition
This commit is contained in:
parent
a12685c74b
commit
549b1ec732
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace platform {
|
namespace platform {
|
||||||
namespace jsonKeys{
|
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* cpuBrand= "cpuBrand";
|
||||||
static const char* cpuModel = "cpuModel";
|
static const char* cpuModel = "cpuModel";
|
||||||
static const char* cpuClockSpeed = "clockSpeed";
|
static const char* cpuClockSpeed = "clockSpeed";
|
||||||
|
|
Loading…
Reference in a new issue