aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abiwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-11-04 16:26:59 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-11-12 15:38:57 +0100
commit568d59454d9090c9a163fd1e9c545ad42558b167 (patch)
treef6b015e1891d658f65d6861683dfbfe8e20db635 /src/plugins/projectexplorer/abiwidget.h
parent792530d082587b29199b698e7ca26df46196cb1e (diff)
AbiWidget: Add a method to retrieve the supported ABIs.
Change-Id: I291f6841c39b966b69f3776b4880c7b3f5274e24 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 cf665f1a555..e09aee09992 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -54,6 +54,7 @@ public:
~AbiWidget();
void setAbis(const QList<Abi> &, const Abi &current);
+ QList<Abi> supportedAbis() const;
Abi currentAbi() const;
signals: