aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2022-04-07 21:56:10 +0200
committerChristian Stenger <[email protected]>2022-04-08 04:57:00 +0000
commitd0e854e3908c3845d28536a5c8c7436b355a15f7 (patch)
tree851a2652d6cd7734c1c00fc0e582d33799b12126 /src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp
parent42b60e3ec927c5141754a3c8345ddfee7770c2f0 (diff)
QmlJSTools: Fix compile with Qbs
Amends 87e52ad189291. While at it reorder includes to match QC style. Change-Id: I8bbfdd4db9409a7348e7a2cbcb954972a2a2f9b4 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp')
-rw-r--r--src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp b/src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp
index 656cdba06d6..c7fac08af69 100644
--- a/src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp
+++ b/src/plugins/qmljstools/qmljscodestylepreferenceswidget.cpp
@@ -24,12 +24,13 @@
****************************************************************************/
#include "qmljscodestylepreferenceswidget.h"
+
#include "qmljscodestylepreferences.h"
-#include "qmljscodestylesettingswidget.h"
#include "qmljscodestylesettings.h"
+#include "qmljscodestylesettingswidget.h"
-#include <QVBoxLayout>
#include <QLabel>
+#include <QVBoxLayout>
namespace QmlJSTools {