debugger: start moving to the async shutdown infrastructure

This commit is contained in:
hjk
2010-07-15 14:01:48 +02:00
parent c336ddaedf
commit 42f326af60
2 changed files with 13 additions and 4 deletions

View File

@@ -35,7 +35,6 @@
#include <extensionsystem/iplugin.h>
QT_BEGIN_NAMESPACE
class QAbstractItemView;
class QIcon;
class QMessageBox;
QT_END_NAMESPACE
@@ -119,8 +118,9 @@ signals:
private:
friend class Internal::DebuggerEngine;
friend class Internal::DebuggerListener
;
friend class Internal::DebuggerListener;
Q_SLOT void emitShutdownFinished();
bool initialize(const QStringList &arguments, QString *errorMessage);
ShutdownFlag aboutToShutdown();
void extensionsInitialized();