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_1_echoClient/example_1_echoClient.cpp | |
| parent | 2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff) | |
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'examples/example_1_echoClient/example_1_echoClient.cpp')
| -rw-r--r-- | examples/example_1_echoClient/example_1_echoClient.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/example_1_echoClient/example_1_echoClient.cpp b/examples/example_1_echoClient/example_1_echoClient.cpp index 86c33049..bd45c4c4 100644 --- a/examples/example_1_echoClient/example_1_echoClient.cpp +++ b/examples/example_1_echoClient/example_1_echoClient.cpp @@ -21,13 +21,12 @@ * */ - -#include <QCoreApplication> +#include "example_1_echoClient.h" #include "QXmppLogger.h" #include "QXmppMessage.h" -#include "example_1_echoClient.h" +#include <QCoreApplication> echoClient::echoClient(QObject *parent) : QXmppClient(parent) |
