aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-07-09 15:31:09 +0200
committerhjk <hjk121@nokiamail.com>2014-08-18 17:17:50 +0200
commit4a52d8216c3450a8bd4e975ecad933f6ff20781b (patch)
treed29714939d02cf42121c01697016503f8a88135c /src/plugins/projectexplorer/kitmodel.h
parent351abd035b4aa13fcc36f7bbe206f54a6c01eaff (diff)
Kit: Introduce variables for Kit display names
This change also adds a AbstractMacroExpander for the QtKitInformation. It supports the following variables in the Kit display name: %{Qt:version} - Qt version number %{Qt:type} - Qt type %{Qt:name} - Qt version name %{Qt:mkspec} - mkspec used by the Qt version Task-number: QTCREATORBUG-11118 Change-Id: I7263781336ab561c34880b187ebd55e81e6ca215 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmodel.h')
-rw-r--r--src/plugins/projectexplorer/kitmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/kitmodel.h b/src/plugins/projectexplorer/kitmodel.h
index 031863b97a..ce3f3afc24 100644
--- a/src/plugins/projectexplorer/kitmodel.h
+++ b/src/plugins/projectexplorer/kitmodel.h
@@ -86,7 +86,7 @@ public:
void markForRemoval(Kit *k);
Kit *markForAddition(Kit *baseKit);
- QString findNameFor(Kit *k, const QString &baseName);
+ QString findNameFor(Kit *k);
signals:
void kitStateChanged();