Forráskód Böngészése

Kleine Änderungen.

Rind 5 éve
szülő
commit
0b9b22cf6d
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/qappctrl.h

+ 2 - 1
src/qappctrl.h

@@ -281,7 +281,8 @@ public:
 		APP_INDEX_SUMMARIST		= GAI_Summarist,
 		APP_INDEX_REST			= GAI_Rest,
 		APP_INDEX_MQTTCL		= GAI_Mqttcl,
-		APP_INDEX_SYSINFO		= GAI_SysInfo
+		APP_INDEX_SYSINFO		= GAI_SysInfo,
+		APP_INDEX_GEB			= GAI_Geb
 	};
 	Q_ENUM(AppIndex)