summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-06-20 10:49:46 +0200
committerhjk <hjk121@nokiamail.com>2013-06-20 11:35:33 +0200
commitcdfa382ebf480ca4c0378c83e92d2c0f98cf5582 (patch)
treef42173e99336ffb1a0ce11a51e9c893195aa2c31 /src/plugins/debugger/debuggerplugin.h
parent41411165bac561d3cd93a793c6ae76dcb2937e12 (diff)
downloadqt-creator-cdfa382ebf480ca4c0378c83e92d2c0f98cf5582.tar.gz
QmlProject: Don't disable debug action based on debugger window language
If you loaded e.g. a .qmlproject file that had only C++ debugging turned on the Start debugging action got disabled, and there were no ways of getting it enabled again (short of reloading the project). Anyhow, the logic to disable the debug action based on the current debugger language is flawed, since triggering the action will actually set the language. Change-Id: I5827a39cafc7e5dd0b2f2b43f07774e64eace02e Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index e00a40304a..1c461c8b76 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -60,7 +60,6 @@ public:
//static void startDebugger(ProjectExplorer::RunControl *runControl);
// Used by QmlJSInspector.
- static bool isActiveDebugLanguage(int language);
static DebuggerMainWindow *mainWindow();
static QAction *visibleDebugAction();