forked from qt-creator/qt-creator
Fixes: - Make plugin load order a bit more deterministic
Details: - It will still change if the dependencies change, there's no way to avoid that though.
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
void loadPlugin(PluginSpec *spec, PluginSpec::State destState);
|
||||
void resolveDependencies();
|
||||
|
||||
QSet<PluginSpec *> pluginSpecs;
|
||||
QList<PluginSpec *> pluginSpecs;
|
||||
QList<PluginSpec *> testSpecs;
|
||||
QStringList pluginPaths;
|
||||
QString extension;
|
||||
|
||||
Reference in New Issue
Block a user