aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@gmail.com>2014-10-23 22:52:41 +0200
committerhjk <hjk121@nokiamail.com>2014-10-24 09:58:46 +0200
commit746882f5714b201ecd670b4f6a1a1247e4bc4008 (patch)
tree3f3d5a93e7fe5c89df516d86d211dc8f739182d9 /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parent386f302995ee7a22a550cdee85f782b0c284f3da (diff)
Kits: Avoid some more calls to displayName()
Change-Id: I9096e2e762d52b55bf5d71b77666708fc7c7eb5a Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanagerconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/kitmanagerconfigwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kitmanagerconfigwidget.h b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
index 01d4745b3c..51651c75c3 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -109,6 +109,7 @@ private:
bool m_hasUniqueName;
QPixmap m_background;
QList<QAction *> m_actions;
+ QString m_displayName;
};
} // namespace Internal