aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-09 17:11:59 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-09-19 16:42:03 +0200
commitf05fcdcdd582a55db4e89afffcefc9da516b4d39 (patch)
tree786e18a6df0c87c310edb4c6a8a71396c2731ec3 /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parent6e5f4e05bb0ea53c3df0f7a6d2ab79bcde7f8e37 (diff)
Kits: Allow for mutable KitInformation
Mutable KitInformation are those that are supposed to be editable in more user-accessible places (e.g. like the Mini Target Selector or similar) than the normal kit options page. The functionality to display these settings is not part of this patch. Change-Id: I13446c49abf89eaf739a60dbcd01c97e2144de45 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanagerconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/kitmanagerconfigwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kitmanagerconfigwidget.h b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
index 1fcf346dc0..13aac9977c 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -80,6 +80,7 @@ private slots:
void setDisplayName();
void workingCopyWasUpdated(ProjectExplorer::Kit *k);
void kitWasUpdated(ProjectExplorer::Kit *k);
+ void updateMutableState();
private:
enum LayoutColumns {
@@ -101,6 +102,7 @@ private:
bool m_isDefaultKit;
bool m_fixingKit;
QPixmap m_background;
+ QList<QAction *> m_actions;
};
} // namespace Internal