Skip to content
Snippets Groups Projects
Commit fef11d64 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

PluginManager stops search at first plugin match

parent 7a8927ce
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ namespace gepetto {
foreach (QDir dir, pluginDirs_) {
if (dir.exists(name)) {
filename = dir.absoluteFilePath(name);
break;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment