diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-04-26 12:47:39 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-04-26 14:22:26 +0000 |
commit | bc4a24db00c14a97b1d1dbdf36639a5e6c16a3bf (patch) | |
tree | d634f601a0d3480e96f3818cdc1891c8659fb369 /src/plugins/projectexplorer/msvctoolchain.h | |
parent | 600e1cdcea530c056b05f2546f8f14fe918e6498 (diff) | |
download | qt-creator-bc4a24db00c14a97b1d1dbdf36639a5e6c16a3bf.tar.gz |
MSVC: Fix Microsoft Visual Cpp Build Tools
Change-Id: I5db3d0dda0b92c1ed26655f39df05d9667bfbd04
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/msvctoolchain.h')
-rw-r--r-- | src/plugins/projectexplorer/msvctoolchain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/msvctoolchain.h b/src/plugins/projectexplorer/msvctoolchain.h index 12cc614a8f..d544cebf74 100644 --- a/src/plugins/projectexplorer/msvctoolchain.h +++ b/src/plugins/projectexplorer/msvctoolchain.h @@ -58,7 +58,6 @@ public: Detection d = ManualDetection); MsvcToolChain(); - bool isValid() const override; Utils::FileNameList suggestedMkspecList() const override; QString typeDisplayName() const override; @@ -132,7 +131,6 @@ public: ToolChain *restore(const QVariantMap &data) override; ToolChainConfigWidget *configurationWidget(ToolChain *); - static QString vcVarsBatFor(const QString &basePath, const QString &toolchainName); static QString vcVarsBatFor(const QString &basePath, MsvcToolChain::Platform platform); private: static bool checkForVisualStudioInstallation(const QString &vsName); |