forked from qt-creator/qt-creator
Kit: Only make SDK-set KitInformation read-only
Leave the rest user-editable. Task-number: QTCREATORBUG-9030 Change-Id: I77c9ff980dd9a497bff53ee04dae7e771e4e7e82 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class DebuggerKitConfigWidget : public ProjectExplorer::KitConfigWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DebuggerKitConfigWidget(ProjectExplorer::Kit *workingCopy);
|
||||
DebuggerKitConfigWidget(ProjectExplorer::Kit *workingCopy, bool sticky);
|
||||
|
||||
QString displayName() const;
|
||||
QString toolTip() const;
|
||||
|
||||
Reference in New Issue
Block a user