aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainmanager.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-07 12:01:22 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-09 11:07:12 +0000
commitcbf302893d6d95e0f961238a6c59d4b00b9536ea (patch)
tree309e6479014362f8867347472f9ed6abea65fd75 /src/plugins/projectexplorer/toolchainmanager.h
parent6d5a5aff9462b4253047f0ed2707ffa2e3497a19 (diff)
ToolChain: Turn id into a QByteArray
That should take a couple of bytes less to store. Make sure this change is invisible to the configuration files. Change-Id: If5e73b52493c9164de9e342021d8153d274b350f Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/toolchainmanager.h')
-rw-r--r--src/plugins/projectexplorer/toolchainmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/toolchainmanager.h b/src/plugins/projectexplorer/toolchainmanager.h
index bbfcd00040..0b0a23e127 100644
--- a/src/plugins/projectexplorer/toolchainmanager.h
+++ b/src/plugins/projectexplorer/toolchainmanager.h
@@ -59,7 +59,7 @@ public:
static QList<ToolChain *> toolChains();
static QList<ToolChain *> findToolChains(const Abi &abi);
- static ToolChain *findToolChain(const QString &id);
+ static ToolChain *findToolChain(const QByteArray &id);
static Utils::FileName defaultDebugger(const Abi &abi);