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