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:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
bool read(const QString &fileName);
|
||||
bool provides(const QString &pluginName, const QString &version) const;
|
||||
bool resolveDependencies(const QSet<PluginSpec *> &specs);
|
||||
bool resolveDependencies(const QList<PluginSpec *> &specs);
|
||||
bool loadLibrary();
|
||||
bool initializePlugin();
|
||||
bool initializeExtensions();
|
||||
|
||||
Reference in New Issue
Block a user