]> vaikene.ee Git - evaf/blobdiff - src/libs/Plugins/pluginmanager_p.h
Ported to Qt5
[evaf] / src / libs / Plugins / pluginmanager_p.h
index 22a0de17258cd8e6833f19ad35dcb835c8045566..9033d15b3209ef39211b7f78848dbc3a5b9c7a17 100644 (file)
@@ -91,13 +91,6 @@ private: // Methods
      */
     Module * moduleByName(QString const & name) const;
 
-    /**
-     * Loads the Qt plugin
-     * @param Name of the Qt plugin
-     * @return True; false if failed
-     */
-    bool loadQtPlugin(QString const & name) const;
-
 };
 
 /**