2023-11-13 16:35:01 +01:00
|
|
|
// Copyright (C) 2023 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
|
2024-06-26 08:38:51 +02:00
|
|
|
#include <QWidget>
|
2023-11-13 16:35:01 +01:00
|
|
|
|
|
|
|
|
namespace ExtensionManager::Internal {
|
|
|
|
|
|
2024-06-26 08:38:51 +02:00
|
|
|
QWidget *createExtensionManagerWidget();
|
2023-11-13 16:35:01 +01:00
|
|
|
|
|
|
|
|
} // ExtensionManager::Internal
|