forked from qt-creator/qt-creator
McuSupport: plugin code formatting
Change-Id: I2d1c3dfad3fddce7706056997d284292e13d3ad2
Reviewed-by: hjk <hjk@qt.io>
(cherry picked from commit 27cadc86ba)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user