aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-12 17:04:08 +0100
committerhjk <hjk@qt.io>2019-03-12 16:47:47 +0000
commitceb0fe429dc2b42dfc30df3c70b39708cb86971b (patch)
tree524a70e722bd287759839b2a29e4c2b7a0bc6264 /src/plugins/remotelinux/remotelinuxdebugsupport.cpp
parentefb7d8deb77523cc0294d01d67e277e4ce471d33 (diff)
ProjectExplorer: Add RunControl::set{Kit,Target}
For cases where no genuine RunConfiguration is available. Use it in the debugger for the cases triggered from the menu. Change-Id: I5671f4f5db2547c4a7a70bd34292bb6ccc8e6bf4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdebugsupport.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxdebugsupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdebugsupport.cpp b/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
index eebf891e91..5143efe7d9 100644
--- a/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
+++ b/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
@@ -34,7 +34,7 @@ namespace RemoteLinux {
namespace Internal {
LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
- : DebuggerRunTool(runControl, nullptr, false)
+ : DebuggerRunTool(runControl, DebuggerRunTool::DoNotAllowTerminal)
{
setId("LinuxDeviceDebugSupport");