forked from qt-creator/qt-creator
Change-Id: I92fbc2285a6d3f6d6b5e891f6727d5aa9778efa8 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
13 lines
267 B
C++
13 lines
267 B
C++
// 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>
|
|
|
|
namespace Android::Internal {
|
|
|
|
QObject *createAndroidSdkManagerTest();
|
|
|
|
} // Android::Internal
|