aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abiwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-11-14 11:48:55 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-11-14 12:43:54 +0100
commita12a5c271047ae89ef02db7529ef2804f593647f (patch)
tree35377c74dff9d4ad8afa9e6320b358705b384fa9 /src/plugins/projectexplorer/abiwidget.h
parent6be520807f514827fd9f7f7fb1fc279466e83866 (diff)
AbiWidget: Add method to check whether a ABI is custom or not
Change-Id: I893f06d5863573a6b787b65d02262bbfc6eee2f7 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 e09aee09992..209c76c6cde 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -55,6 +55,7 @@ public:
void setAbis(const QList<Abi> &, const Abi &current);
QList<Abi> supportedAbis() const;
+ bool isCustomAbi() const;
Abi currentAbi() const;
signals: