mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-18 07:40:11 +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,
|
MID = PerformanceManager::PerformanceProfile::MID,
|
||||||
HIGH = PerformanceManager::PerformanceProfile::HIGH,
|
HIGH = PerformanceManager::PerformanceProfile::HIGH,
|
||||||
};
|
};
|
||||||
// Q_ENUM(PerformanceProfile)
|
Q_ENUM(PerformanceProfile)
|
||||||
|
|
||||||
// Must match RefreshRateManager enums
|
// Must match RefreshRateManager enums
|
||||||
enum RefreshRateProfile {
|
enum RefreshRateProfile {
|
||||||
|
|
Loading…
Reference in a new issue