Allow plugins to be skipped at runtime (#7691)
Allows plugins (such as carla) to be skipped when not installed
This commit is contained in:
@@ -104,6 +104,8 @@ private:
|
||||
QHash<QString, QString> m_errors;
|
||||
|
||||
static std::unique_ptr<PluginFactory> s_instance;
|
||||
|
||||
static void filterPlugins(QSet<QFileInfo>& files);
|
||||
};
|
||||
|
||||
//Short-hand function
|
||||
|
||||
Reference in New Issue
Block a user