hiding json keys from ubuntu so that we can build for now until Linux implementation is done

This commit is contained in:
amerhifi 2019-05-14 13:01:15 -07:00
parent 346d8d5039
commit a12685c74b

View file

@ -12,6 +12,7 @@
namespace platform {
namespace jsonKeys{
#ifndef Q_OS_LINUX
static const char* cpuBrand= "cpuBrand";
static const char* cpuModel = "cpuModel";
static const char* cpuClockSpeed = "clockSpeed";
@ -26,7 +27,9 @@ namespace platform {
static const char* displayCoordsRight = "coordinatesright";
static const char* displayCoordsTop = "coordinatestop";
static const char* displayCoordsBottom = "coordinatesbottom";
}
#endif
}
} // namespace platform
#endif