forked from qt-creator/qt-creator
Debugger: Rework 'Attach to unstarted application' startup
Change-Id: I42c7ce8e413c850e05b02f5d6fe1b83376436c65 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -59,12 +59,14 @@ class StartApplicationParameters;
|
||||
class StartApplicationDialogPrivate;
|
||||
class StartRemoteEngineDialogPrivate;
|
||||
|
||||
class DebuggerKitChooser : public ProjectExplorer::KitChooser {
|
||||
class DebuggerKitChooser : public ProjectExplorer::KitChooser
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum Mode { RemoteDebugging, LocalDebugging };
|
||||
|
||||
explicit DebuggerKitChooser(Mode mode = RemoteDebugging, QWidget *parent = 0);
|
||||
public:
|
||||
enum Mode { AnyDebugging, LocalDebugging };
|
||||
|
||||
explicit DebuggerKitChooser(Mode mode = AnyDebugging, QWidget *parent = 0);
|
||||
|
||||
protected:
|
||||
bool kitMatches(const ProjectExplorer::Kit *k) const;
|
||||
|
||||
Reference in New Issue
Block a user