inc/unieditorpluginloader.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
--- 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