[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Thu Apr 8 00:33:37 CEST 2004
CVS commit by arwalker:
Removed an obsolete FIXME annotation
M +5 -2 extensionmgr.cpp 1.4
--- kdeextragear-2/kst/kst/extensionmgr.cpp #1.3:1.4
@@ -30,5 +30,4 @@
#include <kservicetype.h>
#include <qstringlist.h>
-#include <qmessagebox.h>
KStaticDeleter<ExtensionMgr> sd;
@@ -76,5 +75,9 @@ ExtensionMgr::ExtensionMgr() : QObject()
ExtensionMgr::~ExtensionMgr() {
save();
- // FIXME: unregister any remaining extensions to avoid a crash
+
+ //
+ // we do not need to explicitly delete any remaining
+ // extensions as they are handled automatically...
+ //
}
More information about the Kst
mailing list