##// END OF EJS Templates
Implements method to get the number of plugins loaded
Alexandre Leroux -
r69:0c771d009214
parent child
Show More
@@ -114,6 +114,5 void PluginManager::loadPlugins(const QDir &pluginDir)
114 114
115 115 int PluginManager::nbPluginsLoaded() const noexcept
116 116 {
117 /// @todo ALX
118 return 0;
117 return impl->m_RegisteredPlugins.size();
119 118 }
General Comments 0
You need to be logged in to leave comments. Login now