forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user