##// 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 int PluginManager::nbPluginsLoaded() const noexcept
115 int PluginManager::nbPluginsLoaded() const noexcept
116 {
116 {
117 /// @todo ALX
117 return impl->m_RegisteredPlugins.size();
118 return 0;
119 }
118 }
General Comments 5
Under Review
author

Pull request updated. Auto status change to "Under Review"

Changed commits:
  * 1 added
  * 0 removed

Changed files:
  * M core/CMakeLists.txt
Approved
author

Status change > Approved

You need to be logged in to leave comments. Login now