]> vaikene.ee Git - evaf/blobdiff - src/libs/Plugins/pluginmanager_p.h
Ported to Qt5
[evaf] / src / libs / Plugins / pluginmanager_p.h
index 1fbdad056648d9210d570eaec35252b2dc991fe6..9033d15b3209ef39211b7f78848dbc3a5b9c7a17 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file plugins/pluginmanager_p.h
+ * @file Plugins/pluginmanager_p.h
  * @brief Private implementation of the plugin manager
  *
  * Copyright (c) 2011 Enar Vaikene
@@ -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;
-
 };
 
 /**