aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxtoolchain.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-07-12 12:20:06 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-07-14 15:33:33 +0000
commit1304b250ebf06f1dcc4f45b5e5fe63f616cbb992 (patch)
tree40ffc2a9c11f5e47b7ea2d58a4df54981e537079 /src/plugins/qnx/qnxtoolchain.h
parentdbf5f7435275989f3e191b271d7b7e491b9c1335 (diff)
ToolChain: Make sure all ToolChains have a language set
* Add code to toolchains * Assert that this is the case in the toolchainmanager Change-Id: I82452689e83279fd9d1afb3140b0070bef9b6cd8 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/plugins/qnx/qnxtoolchain.h')
-rw-r--r--src/plugins/qnx/qnxtoolchain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxtoolchain.h b/src/plugins/qnx/qnxtoolchain.h
index 193e7e36f8..551c9c9068 100644
--- a/src/plugins/qnx/qnxtoolchain.h
+++ b/src/plugins/qnx/qnxtoolchain.h
@@ -35,6 +35,7 @@ class QnxToolChain : public ProjectExplorer::GccToolChain
{
public:
explicit QnxToolChain(Detection d);
+ explicit QnxToolChain(Language l, Detection d);
QString typeDisplayName() const override;