forked from qt-creator/qt-creator
QApplication::aboutToQuit signal is used for the plugin manager's shutdown
Merge-request: 179 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
99293bb204
commit
3065b029e5
@@ -93,7 +93,6 @@ public:
|
||||
// Plugin operations
|
||||
QList<PluginSpec *> loadQueue();
|
||||
void loadPlugins();
|
||||
void shutdown();
|
||||
QStringList pluginPaths() const;
|
||||
void setPluginPaths(const QStringList &paths);
|
||||
QList<PluginSpec *> plugins() const;
|
||||
@@ -130,6 +129,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
void remoteArguments(const QString &serializedArguments);
|
||||
void shutdown();
|
||||
|
||||
private slots:
|
||||
void startTests();
|
||||
|
||||
Reference in New Issue
Block a user