aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/miniprojecttargetselector.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-03-02 14:24:25 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-03-08 10:41:57 +0000
commit03f22b4bc1cd8df093e472183a9302d95e484750 (patch)
treefd7af0455803a70c023c36631e6cc942a6dabc87 /src/plugins/projectexplorer/miniprojecttargetselector.h
parent6508956d155d5c9f351ce9d0513475f50327af5e (diff)
ProjectExplorer: Enable tooltips in MiniProjectTargetSelector
Enable support for tooltips in MiniProjectTargetSelector. Use it to display the kit information when hovering the Kit selection area. Change-Id: Ie9691973cb74e25217635dc0a798dd9c6219ad37 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/miniprojecttargetselector.h')
-rw-r--r--src/plugins/projectexplorer/miniprojecttargetselector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/miniprojecttargetselector.h b/src/plugins/projectexplorer/miniprojecttargetselector.h
index 9dd2e8fe57..07f8da0906 100644
--- a/src/plugins/projectexplorer/miniprojecttargetselector.h
+++ b/src/plugins/projectexplorer/miniprojecttargetselector.h
@@ -124,6 +124,7 @@ public:
private:
void rowChanged(int index);
void displayNameChanged();
+ void toolTipChanged();
QListWidgetItem *itemForProjectConfiguration(ProjectConfiguration *pc);
bool m_ignoreIndexChange;
};