summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserver.cpp
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2018-11-28 15:50:13 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2018-11-30 15:56:21 +0000
commit47673cc99431bc92de866da6b22b84313b7092f2 (patch)
tree2cdcfc892e88374a0148d7bb3ca7d16a863b06b8 /src/bluetooth/qbluetoothserver.cpp
parent2e67996d5af5e2773bd64cf6d43b325b84b54131 (diff)
Compile-fix (g++ 8): move #include of mocs outside namespace
Change-Id: I9adaa11043c94e0c4d5530fbafa2ef2f15681cac Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothserver.cpp')
-rw-r--r--src/bluetooth/qbluetoothserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp
index 8f760eed..6991518f 100644
--- a/src/bluetooth/qbluetoothserver.cpp
+++ b/src/bluetooth/qbluetoothserver.cpp
@@ -323,6 +323,6 @@ QBluetoothServer::Error QBluetoothServer::error() const
return d->m_lastError;
}
-#include "moc_qbluetoothserver.cpp"
-
QT_END_NAMESPACE
+
+#include "moc_qbluetoothserver.cpp"