From adb35f9bc0e821a5dfd0b3f65a19d1619a6e48eb Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Mon, 3 Jun 2019 21:47:12 +0800 Subject: [PATCH] Make sure the right values for these enums --- qt-openzwave/source/qtozwmanager.rep | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/qt-openzwave/source/qtozwmanager.rep b/qt-openzwave/source/qtozwmanager.rep index 525cf36..aba88c7 100644 --- a/qt-openzwave/source/qtozwmanager.rep +++ b/qt-openzwave/source/qtozwmanager.rep @@ -13,19 +13,20 @@ class QTOZWManager { }; ENUM QTOZWMetaDataField { - OZWInfoURL, - ZWAProductURL, - ProductPic, - Description, - ProductManualURL, - InclusionHelp, - ExclusionHelp, - ResetHelp, - WakeupHelp, - ProductSupportURL, - Frequency, - Name, - Identifier + OZWInfoURL = 0, + ZWAProductURL = 1, + ProductPic = 2, + Description = 3, + ProductManualURL = 4, + ProductPageURL = 5, + InclusionHelp = 6, + ExclusionHelp = 7, + ResetHelp = 8, + WakeupHelp = 9, + ProductSupportURL = 10, + Frequency = 11, + Name = 12, + Identifier = 13 } PROP(bool running SOURCEONLYSETTER)