summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abiwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-11-04 15:44:40 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-11-12 15:38:20 +0100
commita6c825449baf46ba12f77dff9eb37dc978096a81 (patch)
tree9772b0398a1c4f12b2d517305971b0be1db3a6b3 /src/plugins/projectexplorer/abiwidget.h
parentbdf38d90b051e94db33354f9192dfee9165712e2 (diff)
downloadqt-creator-a6c825449baf46ba12f77dff9eb37dc978096a81.tar.gz
AbiWidget: Store the Abi in the combobox item data
This simplifies the retrieval of the ABI a bit at the cost of making the handling of custom ABIs more tricky. The good thing as that we used to loose the custom ABI settings when we switched to a pre-defined ABI and that is no longer the case. Change-Id: I0ac38c3da221acbbdeebc82121ca0d5387ebc04d Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/abiwidget.h')
-rw-r--r--src/plugins/projectexplorer/abiwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/abiwidget.h b/src/plugins/projectexplorer/abiwidget.h
index 0fc3e64387..cf665f1a55 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -62,6 +62,7 @@ signals:
private slots:
void osChanged();
void modeChanged();
+ void customAbiChanged();
private:
void setCustomAbi(const Abi &a);