aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-06-28 13:56:42 +0200
committerhjk <hjk121@nokiamail.com>2013-09-13 14:51:12 +0200
commitfeef5cac4ce92df71ec320ae7484d63b3b5e4a30 (patch)
tree62f122001bf538aeb4ca68acf3eeac86b92c3a51 /src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
parentb865c6e57ec2ce677cde350c091dc32ab1bdb4aa (diff)
Debugger/RemoteLinux: Make gdbserver location configurable
This helps in situation where the location of the gdbserver installation is not under the control of the user and he also can't tweak path settings on the device. Change-Id: Iab5bbfef765879bf59930cc416385c692056da93 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h')
-rw-r--r--src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
index 420f4a761d..db0a6777d2 100644
--- a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
+++ b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
@@ -58,6 +58,7 @@ private slots:
void userNameEditingFinished();
void passwordEditingFinished();
void keyFileEditingFinished();
+ void gdbServerEditingFinished();
void showPassword(bool showClearText);
void handleFreePortsChanged();
void setPrivateKey(const QString &path);