forked from qt-creator/qt-creator
And de-pimpl. Smaller overall interface and less indirections. Change-Id: If6a5c0824581a6478ad6e88410d97e23cc517a53 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
11 lines
272 B
C++
11 lines
272 B
C++
// Copyright (C) 2023 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
#include <QWidget>
|
|
|
|
namespace ExtensionManager::Internal {
|
|
|
|
QWidget *createExtensionManagerWidget();
|
|
|
|
} // ExtensionManager::Internal
|