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