From 99b850a3008bbb03d3449d683adb87839f7d5c4b Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Feb 2020 18:13:26 +0100 Subject: clang-format: Enable regrouping and sorting of includes --- tests/qxmppdataform/tst_qxmppdataform.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/qxmppdataform/tst_qxmppdataform.cpp') diff --git a/tests/qxmppdataform/tst_qxmppdataform.cpp b/tests/qxmppdataform/tst_qxmppdataform.cpp index 08be2e2c..1efabaf5 100644 --- a/tests/qxmppdataform/tst_qxmppdataform.cpp +++ b/tests/qxmppdataform/tst_qxmppdataform.cpp @@ -23,14 +23,15 @@ * */ -#include #include +#include // deprecated methods are also tested: this is used to avoid unnecessary warnings #undef QT_DEPRECATED_X #define QT_DEPRECATED_X(text) #include "QXmppDataForm.h" + #include "util.h" class tst_QXmppDataForm : public QObject -- cgit v1.2.3