McuSupport: plugin code formatting

Change-Id: I2d1c3dfad3fddce7706056997d284292e13d3ad2
Reviewed-by: hjk <hjk@qt.io>
(cherry picked from commit 27cadc86ba)
This commit is contained in:
Piotr Mućko
2022-02-15 11:18:56 +01:00
parent 3f0cf6d6ac
commit 76453511cc
19 changed files with 618 additions and 550 deletions

View File

@@ -119,16 +119,7 @@ private:
class McuToolChainPackage : public McuPackage
{
public:
enum class Type {
IAR,
KEIL,
MSVC,
GCC,
ArmGcc,
GHS,
GHSArm,
Unsupported
};
enum class Type { IAR, KEIL, MSVC, GCC, ArmGcc, GHS, GHSArm, Unsupported };
McuToolChainPackage(const QString &label,
const Utils::FilePath &defaultPath,
@@ -136,8 +127,7 @@ public:
const QString &settingsKey,
Type type,
const QString &envVarName = {},
const McuPackageVersionDetector *versionDetector = nullptr
);
const McuPackageVersionDetector *versionDetector = nullptr);
Type type() const;
bool isDesktopToolchain() const;