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 | |
| parent | 2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff) | |
| download | qxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz | |
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'examples/example_6_rpcClient')
| -rw-r--r-- | examples/example_6_rpcClient/main.cpp | 4 | ||||
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp index 7a5f2411..4246185a 100644 --- a/examples/example_6_rpcClient/main.cpp +++ b/examples/example_6_rpcClient/main.cpp @@ -21,10 +21,10 @@ * */ +#include "QXmppLogger.h" -#include <QtCore/QCoreApplication> #include "rpcClient.h" -#include "QXmppLogger.h" +#include <QtCore/QCoreApplication> int main(int argc, char *argv[]) { 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) |
