QXmpp  Version: 1.7.1
QXmppExtension.h
1 // SPDX-FileCopyrightText: 2022 Linus Jahn <lnj@kaidan.im>
2 //
3 // SPDX-License-Identifier: LGPL-2.1-or-later
4 
5 #ifndef QXMPPEXTENSION_H
6 #define QXMPPEXTENSION_H
7 
8 #include "QXmppGlobal.h"
9 
10 class QXMPP_EXPORT QXmppExtension
11 {
12 };
13 
14 #endif // QXMPPEXTENSION_H