forked from qt-creator/qt-creator
McuSupport: Organize namespaces, separate legacy constants
qtc9 will use new implementation for qtForMCUs 2.3 and newer. Legacy implementation will be used for older versions. Change-Id: Ibb2919f25d03d6445b8328e20316d4f88203a463 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -29,13 +29,11 @@
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace McuSupport {
|
||||
namespace McuSupport::Internal {
|
||||
|
||||
namespace Internal::Sdk {
|
||||
struct McuTargetDescription;
|
||||
}
|
||||
|
||||
Internal::McuTarget::OS deduceOperatingSystem(const Internal::Sdk::McuTargetDescription &);
|
||||
McuTarget::OS deduceOperatingSystem(const McuTargetDescription &);
|
||||
QString removeRtosSuffix(const QString &environmentVariable);
|
||||
|
||||
}; // namespace McuSupport
|
||||
} // namespace McuSupport::Internal
|
||||
|
||||
Reference in New Issue
Block a user