--- a/inc/unieditorpluginloader.h Fri Apr 16 14:56:15 2010 +0300
+++ b/inc/unieditorpluginloader.h Mon May 03 12:29:07 2010 +0300
@@ -54,23 +54,12 @@
* @param messageType
*/
UniEditorPluginInterface* getUniEditorPlugin(ConvergedMessage::MessageType messageType);
-
- /**
- * Loads plugins
- */
- void loadPlugins();
-
+
private:
/**
- * This shall store all the message types
- * mapped to plugin instance
- */
- QMap<int, UniEditorPluginInterface*> mEditorPluginMap;
-
- /**
* Keep a list of all the pluginloaders used
*/
- QList<QPluginLoader* > mPluginLoaderList;
+ QList<QPluginLoader* > mPluginLoaderList;
};
#endif //UNI_EDITOR_LOADER_H