/* SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-FileContributor: Stephen Kelly SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef PROXYITEMSELECTIONWIDGET_H #define PROXYITEMSELECTIONWIDGET_H #include class ProxyItemSelectionWidget : public QWidget { Q_OBJECT public: ProxyItemSelectionWidget(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags()); }; #endif