aboutsummaryrefslogtreecommitdiff
path: root/include/networkmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/networkmanager.h')
-rw-r--r--include/networkmanager.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/networkmanager.h b/include/networkmanager.h
index 08b10db8..ed57a956 100644
--- a/include/networkmanager.h
+++ b/include/networkmanager.h
@@ -1,8 +1,8 @@
#ifndef NETWORKMANAGER_H
#define NETWORKMANAGER_H
-// Qt for Android has stubbed QDnsLookup. This is not documented in any part of their wiki.
-// This prevents SRV lookup/failover behavior from functioning.
+// Qt for Android has stubbed QDnsLookup. This is not documented in any part of
+// their wiki. This prevents SRV lookup/failover behavior from functioning.
// https://bugreports.qt.io/browse/QTBUG-56143
#ifndef ANDROID
#define MS_FAILOVER_SUPPORTED
@@ -14,17 +14,16 @@
#undef MS_FAILOVER_SUPPORTED
#endif
-#include "aopacket.h"
#include "aoapplication.h"
+#include "aopacket.h"
-#include <QTcpSocket>
#include <QDnsLookup>
+#include <QTcpSocket>
#include <QTime>
#include <QTimer>
#include <cstring>
-class NetworkManager : public QObject
-{
+class NetworkManager : public QObject {
Q_OBJECT
public: