aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abiwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-07-11 09:38:16 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-07-11 11:55:02 +0200
commitc4ba51ca36e2f37d9c86daafe8487534b140113f (patch)
tree23536350a799d97074fc6c221f0e42c2513acef3 /src/plugins/projectexplorer/abiwidget.h
parenteca6ac029ab18699c2b12df5ef651d05fc90e589 (diff)
Abi: Abi widget shows nicer info
Fix the abi widget to not show unrelated abis on the disabled custom abi comboboxes. Task-number: QTCREATORBUG-5370 Change-Id: I22360be781159507999c845d2278eac1ef252174 Reviewed-on: http://codereview.qt.nokia.com/1407 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/abiwidget.h')
-rw-r--r--src/plugins/projectexplorer/abiwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/abiwidget.h b/src/plugins/projectexplorer/abiwidget.h
index 1b8a9350f01..2ca76e2d8d1 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -68,6 +68,8 @@ private slots:
void modeChanged();
private:
+ void setCustomAbi(const Abi &a);
+
Internal::AbiWidgetPrivate *const d;
};