aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-05-27 13:59:56 +0200
committerhjk <hjk@theqtcompany.com>2015-05-28 08:54:48 +0000
commit244cdb7804e7e45f235836d4656644d5bf9135ee (patch)
treee64714447f4df3d547340abab29845e3142804b9 /src/plugins/debugger/debuggerdialogs.h
parent28d2b1616541eee4ab0e06e89c7e8cab04bd9961 (diff)
Debugger: Split off runtime-only items from DebuggerStartParameters
Right now, DebuggerStartParameter is part of the debugger plugin external interface. Better not make it fatter than necessary. Change-Id: I3b9205089f971dd314ccba1335b5ca2d4d9fe7c6 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 9b0ddc4673..5503944df7 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -50,13 +50,11 @@ namespace Core { class Id; }
namespace ProjectExplorer { class Kit; }
namespace Debugger {
-class DebuggerStartParameters;
-
namespace Internal {
class AttachCoreDialogPrivate;
class AttachToQmlPortDialogPrivate;
-class ProcessListFilterModel;
+class DebuggerRunParameters;
class StartApplicationParameters;
class StartApplicationDialogPrivate;
class StartRemoteEngineDialogPrivate;
@@ -87,7 +85,7 @@ public:
explicit StartApplicationDialog(QWidget *parent);
~StartApplicationDialog();
- static bool run(QWidget *parent, DebuggerStartParameters *sp);
+ static bool run(QWidget *parent, DebuggerRunParameters *rp);
private slots:
void historyIndexChanged(int);