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, 6 insertions, 5 deletions
diff --git a/include/networkmanager.h b/include/networkmanager.h
index ed57a956..08b10db8 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,16 +14,17 @@
#undef MS_FAILOVER_SUPPORTED
#endif
-#include "aoapplication.h"
#include "aopacket.h"
+#include "aoapplication.h"
-#include <QDnsLookup>
#include <QTcpSocket>
+#include <QDnsLookup>
#include <QTime>
#include <QTimer>
#include <cstring>
-class NetworkManager : public QObject {
+class NetworkManager : public QObject
+{
Q_OBJECT
public: