diff options
Diffstat (limited to 'src/plugins/debugger/debuggerruncontrol.h')
-rw-r--r-- | src/plugins/debugger/debuggerruncontrol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerruncontrol.h b/src/plugins/debugger/debuggerruncontrol.h index 1795b9bf68f..5ab3e8efa8e 100644 --- a/src/plugins/debugger/debuggerruncontrol.h +++ b/src/plugins/debugger/debuggerruncontrol.h @@ -47,7 +47,8 @@ class DEBUGGER_EXPORT DebuggerRunTool : public ProjectExplorer::RunWorker public: explicit DebuggerRunTool(ProjectExplorer::RunControl *runControl, - ProjectExplorer::Kit *kit = nullptr); + ProjectExplorer::Kit *kit = nullptr, + bool allowTerminal = true); ~DebuggerRunTool(); Internal::DebuggerEngine *engine() const { return m_engine; } |