aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-06-24 08:26:35 +0200
committerhjk <hjk@theqtcompany.com>2015-06-25 12:13:35 +0000
commit60a8442d8c9b8062fd79e5f9ccf5f07cfe9e33c4 (patch)
tree7568b247a5bf89e3ad703945bab149d2375db09d /src/plugins/debugger/debuggerdialogs.h
parentf886c70199fec29c53198cf3107d733c28c8ff14 (diff)
Debugger: Rework start parameter completion.
It's again a linear process now, with explicit entrance point for all users. Task-number: QTCREATORBUG-14618 Change-Id: I96c08947270ce34d7bc6c8be1d7f350dbfa14794 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.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 5503944df7..ac262c962a 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -85,7 +85,7 @@ public:
explicit StartApplicationDialog(QWidget *parent);
~StartApplicationDialog();
- static bool run(QWidget *parent, DebuggerRunParameters *rp);
+ static bool run(QWidget *parent, DebuggerRunParameters *rp, ProjectExplorer::Kit **kit);
private slots:
void historyIndexChanged(int);