diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-02 18:13:26 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-02-03 00:11:55 +0100 |
| commit | 99b850a3008bbb03d3449d683adb87839f7d5c4b (patch) | |
| tree | 70083109e40f218204130357b571f480a42a1795 /examples/example_6_rpcClient/rpcClient.cpp | |
| parent | 2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff) | |
| download | qxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz | |
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.cpp')
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/example_6_rpcClient/rpcClient.cpp b/examples/example_6_rpcClient/rpcClient.cpp index 0179231a..c4868bc3 100644 --- a/examples/example_6_rpcClient/rpcClient.cpp +++ b/examples/example_6_rpcClient/rpcClient.cpp @@ -22,13 +22,13 @@ * */ -#include <QDebug> -#include <QTimer> +#include "rpcClient.h" #include "QXmppRpcManager.h" #include "QXmppUtils.h" -#include "rpcClient.h" +#include <QDebug> +#include <QTimer> rpcClient::rpcClient(QObject *parent) : QXmppClient(parent) |
