aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppExtension.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/base/QXmppExtension.h b/src/base/QXmppExtension.h
new file mode 100644
index 00000000..2df43eec
--- /dev/null
+++ b/src/base/QXmppExtension.h
@@ -0,0 +1,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