summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpdatachannel.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-04-30 15:55:59 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-05-02 08:27:37 +0000
commit51cc3eaf773c9d9b80d182a183d21f1ffbf88855 (patch)
tree65dfc6351f7c3e1e2a4c4bf00b17575f1ca01d8d /examples/scxml/ftpclient/ftpdatachannel.h
parentfc31cd63916ca9b16c1b40366de2682dd9f1a4b3 (diff)
Use canonical include style and sort #include
See also https://wiki.qt.io/Writing_Qt_Examples Task-number: QTBUG-60649 Change-Id: I3a5671f39e870f96546e66427cc9434f41777e33 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples/scxml/ftpclient/ftpdatachannel.h')
-rw-r--r--examples/scxml/ftpclient/ftpdatachannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/ftpclient/ftpdatachannel.h b/examples/scxml/ftpclient/ftpdatachannel.h
index 097e7e7..fb1b6ef 100644
--- a/examples/scxml/ftpclient/ftpdatachannel.h
+++ b/examples/scxml/ftpclient/ftpdatachannel.h
@@ -52,9 +52,9 @@
#define FTPDATACHANNEL_H
#include <QObject>
+#include <QScopedPointer>
#include <QTcpServer>
#include <QTcpSocket>
-#include <QScopedPointer>
class FtpDataChannel : public QObject
{