From a4e21ae9a6769daf225ef623ad5957103b48935e Mon Sep 17 00:00:00 2001 From: dgelessus Date: Tue, 5 Mar 2024 18:19:14 +0100 Subject: [PATCH] Fix pqGetValidKOTypes not listing kSynchedObject (it has an edit dialog) --- src/PrpShop/QPlasmaUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PrpShop/QPlasmaUtils.cpp b/src/PrpShop/QPlasmaUtils.cpp index 314d3fc..89f271b 100644 --- a/src/PrpShop/QPlasmaUtils.cpp +++ b/src/PrpShop/QPlasmaUtils.cpp @@ -601,7 +601,7 @@ std::vector pqGetValidKOTypes() kMsgForwarder, kMultistageBehMod, kOneShotMod, kPanicLinkRegion, kPickingDetector, kPointShadowMaster, kPythonFileMod, kSceneNode, kSceneObject, kSeekPointMod, kShadowMaster, kSimulationInterface, kSound, - kSoundBuffer, kSpawnModifier, kSubworldRegionDetector, kWinAudible, + kSoundBuffer, kSpawnModifier, kSubworldRegionDetector, kSynchedObject, kWinAudible, kWin32LinkSound, kWin32Sound, kWin32StaticSound, kWin32StreamingSound, }; static size_t s_numTypes = sizeof(s_typeList) / sizeof(s_typeList[0]);