diff -r 238255e8b033 -r 84d9eb65b26f inc/unieditorpluginloader.h --- 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 mEditorPluginMap; - - /** * Keep a list of all the pluginloaders used */ - QList mPluginLoaderList; + QList mPluginLoaderList; }; #endif //UNI_EDITOR_LOADER_H