Allow plugins to be skipped at runtime (#7691)

Allows plugins (such as carla) to be skipped when not installed
This commit is contained in:
Tres Finocchiaro
2025-02-18 01:37:54 -05:00
committed by GitHub
parent bfacdd29f7
commit 7725d0024e
3 changed files with 48 additions and 1 deletions

View File

@@ -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