aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-05-06 17:11:33 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-05-07 16:39:29 +0200
commit1ca9bab2426b00e86fa71a0e7f53c801723ad325 (patch)
tree88b05140bf25bc053d51381d1f389a339c6c45b6 /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parent0ef3acc9f29ce1855dbd9cda09f195001b8f4953 (diff)
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>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanagerconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/kitmanagerconfigwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/kitmanagerconfigwidget.h b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
index 2ef5ad3b10..1fcf346dc0 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -63,7 +63,7 @@ public:
bool hasWarning() const;
QString validityMessage() const;
void addConfigWidget(ProjectExplorer::KitConfigWidget *widget);
- void makeReadOnly();
+ void makeStickySubWidgetsReadOnly();
Kit *workingCopy() const;
bool configures(ProjectExplorer::Kit *k) const;