Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pythonplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 17, 2019
1 parent f7fdd7b commit de7f698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/misc/cliapplication.cpp
@@ -1,4 +1,4 @@
/*******************************************************************************
mLoadedSolverPlugins << plugin/*******************************************************************************
Copyright (C) The University of Auckland
Expand Down Expand Up @@ -100,6 +100,7 @@ void CliApplication::loadPlugins()

if (qobject_cast<SolverInterface *>(plugin->instance()) != nullptr) {
mLoadedSolverPlugins << plugin;
}
}

// Initialise the plugins themselves
Expand Down

0 comments on commit de7f698

Please sign in to comment.