re declare q_enum on platformProfile

This commit is contained in:
Sam Gateau 2019-05-29 16:43:28 -07:00
parent 2a42fb16da
commit 48ecb4265c

View file

@ -28,7 +28,7 @@ public:
MID = PerformanceManager::PerformanceProfile::MID,
HIGH = PerformanceManager::PerformanceProfile::HIGH,
};
// Q_ENUM(PerformanceProfile)
Q_ENUM(PerformanceProfile)
// Must match RefreshRateManager enums
enum RefreshRateProfile {