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