debugger: more interface cleanup

Looks like DebuggerPlugin::mainWindow() was used after all.
This commit is contained in:
hjk
2010-12-06 08:51:46 +01:00
parent 3282c1af27
commit 688f5d5941
3 changed files with 10 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class RunControl;
namespace Debugger {
class DebuggerMainWindow;
class DebuggerRunControl;
class DebuggerStartParameters;
@@ -59,11 +60,15 @@ public:
DebuggerPlugin();
~DebuggerPlugin();
// Used by Maemo debugging support.
static DebuggerRunControl *createDebugger(const DebuggerStartParameters &sp,
ProjectExplorer::RunConfiguration *rc = 0);
static void startDebugger(ProjectExplorer::RunControl *runControl);
static void displayDebugger(ProjectExplorer::RunControl *runControl);
// Used by QmlJSInspector.
static bool isActiveDebugLanguage(int language);
static DebuggerMainWindow *mainWindow();
private:
// IPlugin implementation.