aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2014-11-24 16:52:07 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2014-11-26 12:33:26 +0100
commit9e501ee8f11486e4686e2a6f38d9993f78989f91 (patch)
tree3f3765a09f3346981e17f6ad809cbb6dc3636c74 /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parent80b5e8b9f0f789229526ef738c3200c1726fcc00 (diff)
Kits: Validate current displayname when changing it
We used to validate the displayname set before the last change, which is not really useful:-) Task-number: QTCREATORBUG-13424 Change-Id: Ia71f82d0ab0c8d6392be8dbd8fccad7fb9230b2d Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.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 51651c75c3..e7b5dddc3a 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -109,7 +109,7 @@ private:
bool m_hasUniqueName;
QPixmap m_background;
QList<QAction *> m_actions;
- QString m_displayName;
+ mutable QString m_cachedDisplayName;
};
} // namespace Internal