summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpcontrolchannel.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/ftpcontrolchannel.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/ftpcontrolchannel.h')
-rw-r--r--examples/scxml/ftpclient/ftpcontrolchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/ftpclient/ftpcontrolchannel.h b/examples/scxml/ftpclient/ftpcontrolchannel.h
index 78a2486..092f2a9 100644
--- a/examples/scxml/ftpclient/ftpcontrolchannel.h
+++ b/examples/scxml/ftpclient/ftpcontrolchannel.h
@@ -51,9 +51,9 @@
#ifndef FTPCONTROLCHANNEL_H
#define FTPCONTROLCHANNEL_H
+#include <QHostAddress>
#include <QObject>
#include <QTcpSocket>
-#include <QHostAddress>
class FtpControlChannel : public QObject
{