aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppInvokable.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-02 18:13:26 +0100
committerLNJ <lnj@kaidan.im>2020-02-03 00:11:55 +0100
commit99b850a3008bbb03d3449d683adb87839f7d5c4b (patch)
tree70083109e40f218204130357b571f480a42a1795 /src/client/QXmppInvokable.h
parent2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff)
downloadqxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'src/client/QXmppInvokable.h')
-rw-r--r--src/client/QXmppInvokable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/QXmppInvokable.h b/src/client/QXmppInvokable.h
index 62b46b36..54c8ad02 100644
--- a/src/client/QXmppInvokable.h
+++ b/src/client/QXmppInvokable.h
@@ -24,13 +24,13 @@
#ifndef QXMPPINVOKABLE_H
#define QXMPPINVOKABLE_H
-#include <QObject>
+#include "QXmppGlobal.h"
+
#include <QHash>
+#include <QObject>
+#include <QStringList>
#include <QVariant>
#include <QWriteLocker>
-#include <QStringList>
-
-#include "QXmppGlobal.h"
/**
This is the base class for all objects that will be invokable via RPC. All public slots of objects derived from this class will be exposed to the RPC interface. As a note for all methods, they can only understand types that QVariant knows about.