2023-01-20 15:21:00 +01:00
|
|
|
// Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <QObject>
|
|
|
|
|
|
2024-01-12 09:30:14 +01:00
|
|
|
namespace Android::Internal {
|
2023-01-20 15:21:00 +01:00
|
|
|
|
2024-01-12 09:30:14 +01:00
|
|
|
QObject *createAndroidSdkManagerTest();
|
2023-01-20 15:21:00 +01:00
|
|
|
|
2024-01-12 09:30:14 +01:00
|
|
|
} // Android::Internal
|