McuSupport: Fix some warnings

Change-Id: I641a31ed18bb804ffe081852dcfb39499f24c30f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2021-10-27 06:55:29 +02:00
parent 6cc6e854a6
commit 0f552a4f28
2 changed files with 3 additions and 2 deletions

View File

@@ -200,8 +200,9 @@ private:
int m_colorDepth = -1; int m_colorDepth = -1;
}; };
struct McuSdkRepository class McuSdkRepository
{ {
public:
QVector<McuPackage*> packages; QVector<McuPackage*> packages;
QVector<McuTarget*> mcuTargets; QVector<McuTarget*> mcuTargets;

View File

@@ -37,7 +37,7 @@ namespace Internal {
#define MAX_COMPATIBILITY_VERSION 1 #define MAX_COMPATIBILITY_VERSION 1
class McuSdkRepository; class McuSdkRepository;
class McuToolChainPackage; class McuPackage;
namespace Sdk { namespace Sdk {
McuPackage *createQtForMCUsPackage(); McuPackage *createQtForMCUsPackage();