forked from qt-creator/qt-creator
Debugger: Abandon special DebuggerKitChooser
The regular one with icon display is good enough nowadays. Change-Id: I9a511c9975ceaeae0bb8005ac647fa710bf9d900 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -47,23 +47,6 @@ class StartApplicationParameters;
|
||||
class StartApplicationDialogPrivate;
|
||||
class StartRemoteEngineDialogPrivate;
|
||||
|
||||
class DebuggerKitChooser : public ProjectExplorer::KitChooser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
enum Mode { AnyDebugging, LocalDebugging };
|
||||
|
||||
explicit DebuggerKitChooser(Mode mode = AnyDebugging, QWidget *parent = nullptr);
|
||||
|
||||
protected:
|
||||
QString kitToolTip(ProjectExplorer::Kit *k) const final;
|
||||
|
||||
private:
|
||||
const ProjectExplorer::Abi m_hostAbi;
|
||||
const Mode m_mode;
|
||||
};
|
||||
|
||||
class StartApplicationDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user