forked from qt-creator/qt-creator
Move some knowledge from KitAspectWidget to KitAspect
The authoritative source of information about a KitAspect is the KitAspect itself, not the associated widget. Change-Id: I72d3d0425b845457846a940350bab59f1ff0cc2c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -42,7 +42,6 @@ public:
|
||||
DebuggerKitAspect();
|
||||
|
||||
QVariant defaultValue(const ProjectExplorer::Kit *k) const override;
|
||||
|
||||
QList<ProjectExplorer::Task> validate(const ProjectExplorer::Kit *k) const override
|
||||
{ return DebuggerKitAspect::validateDebugger(k); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user