aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-14 15:22:08 +0200
committerhjk <qthjk@ovi.com>2011-09-14 15:23:18 +0200
commitd191b22dfaa6d3b06cf9dd69c02fc70bfaacce92 (patch)
tree2326db018557cb75bfa26deb51f1b1e0ecf7eb5a /src/plugins/debugger/debuggerdialogs.h
parent71a9d811bce9b8fe472ada73ad47098b1f01fa1e (diff)
debugger: split the 'start and debug remote' and 'attach to remote' cases ui-wise
Change-Id: I229ba996bfe2b38fb30891cdad5f62b6fe430443 Reviewed-on: http://codereview.qt-project.org/4898 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 7896fedf81..8dd98ec60f 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -179,7 +179,7 @@ class StartRemoteDialog : public QDialog
Q_OBJECT
public:
- explicit StartRemoteDialog(QWidget *parent);
+ explicit StartRemoteDialog(QWidget *parent, bool enableStartScript);
~StartRemoteDialog();
QString localExecutable() const;