forked from qt-creator/qt-creator
Android: Add SdkManagerOutputParser tests
Change-Id: I0d0f7318aa670885def5c6a41b9c76ab539713c2 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
#pragma once
|
||||
|
||||
#include "androidconstants.h"
|
||||
#include "androidsdkpackage.h"
|
||||
|
||||
#include <utils/filepath.h>
|
||||
@@ -74,6 +73,7 @@ private:
|
||||
|
||||
MarkerTag m_currentSection = MarkerTag::None;
|
||||
QHash<AndroidSdkPackage *, int> m_systemImages;
|
||||
friend class SdkManagerOutputParserTest;
|
||||
};
|
||||
} // namespace Internal
|
||||
} // namespace Android
|
||||
|
||||
Reference in New Issue
Block a user