forked from qt-creator/qt-creator
Debugger: Merge DebuggerStartParameter into *RunParameters
The users (typically target specific DebuggerRunTool derived classes) are meant to use the individual setter functions nowadays, not the set up the full structure, so the members are a true implementation detail now. Change-Id: Ida04801e3230a2fe8bbadde8845e58c3077c87a5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "debuggerdialogs.h"
|
||||
|
||||
#include "debuggerkitinformation.h"
|
||||
#include "debuggerstartparameters.h"
|
||||
#include "debuggerruncontrol.h"
|
||||
#include "cdb/cdbengine.h"
|
||||
|
||||
@@ -40,6 +39,8 @@
|
||||
#include <utils/fancylineedit.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <ssh/sshconnection.h>
|
||||
|
||||
#include <QButtonGroup>
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
|
||||
Reference in New Issue
Block a user