From 48ecb4265cf3b7be2c83c5b9fe5ddd0ee25b37e4 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 29 May 2019 16:43:28 -0700 Subject: [PATCH] re declare q_enum on platformProfile --- interface/src/scripting/PerformanceScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/PerformanceScriptingInterface.h b/interface/src/scripting/PerformanceScriptingInterface.h index 98f9aa222b..a13d1bf887 100644 --- a/interface/src/scripting/PerformanceScriptingInterface.h +++ b/interface/src/scripting/PerformanceScriptingInterface.h @@ -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 {