mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 20:12:08 +02:00
re declare q_enum on platformProfile
This commit is contained in:
parent
2a42fb16da
commit
48ecb4265c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue