forked from qt-creator/qt-creator
Debugger: Replace a few more uses of setRunParameters
Change-Id: I8f35bcd3812402cda7d3c69eb01ed3d3fb9e396a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -72,7 +72,8 @@ public:
|
||||
explicit StartApplicationDialog(QWidget *parent);
|
||||
~StartApplicationDialog();
|
||||
|
||||
static bool run(QWidget *parent, DebuggerRunParameters *rp, ProjectExplorer::Kit **kit);
|
||||
static void attachToRemoteServer();
|
||||
static void startAndDebugApplication();
|
||||
|
||||
private:
|
||||
void historyIndexChanged(int);
|
||||
@@ -81,6 +82,7 @@ private:
|
||||
void setParameters(const StartApplicationParameters &p);
|
||||
void setHistory(const QList<StartApplicationParameters> &l);
|
||||
void onChannelOverrideChanged(const QString &channel);
|
||||
static void run(bool);
|
||||
|
||||
StartApplicationDialogPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user