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:
@@ -101,7 +101,7 @@ public:
|
||||
void loadPlugins();
|
||||
QStringList pluginPaths() const;
|
||||
void setPluginPaths(const QStringList &paths);
|
||||
QSet<PluginSpec *> plugins() const;
|
||||
QList<PluginSpec *> plugins() const;
|
||||
void setFileExtension(const QString &extension);
|
||||
QString fileExtension() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user