forked from qt-creator/qt-creator
debugger: remove displayDebugger() from the plugin interface
This commit is contained in:
@@ -64,7 +64,6 @@ public:
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user