diff options
Diffstat (limited to 'metawatch/metawatchscanner.h')
-rw-r--r-- | metawatch/metawatchscanner.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/metawatch/metawatchscanner.h b/metawatch/metawatchscanner.h index c98bf1a..a41633a 100644 --- a/metawatch/metawatchscanner.h +++ b/metawatch/metawatchscanner.h @@ -4,12 +4,12 @@ #include <sowatch.h> #include <QtConnectivity/QBluetoothServiceDiscoveryAgent> -using QTM_PREPEND_NAMESPACE(QBluetoothServiceDiscoveryAgent); -using QTM_PREPEND_NAMESPACE(QBluetoothServiceInfo); - namespace sowatch { +using QTM_PREPEND_NAMESPACE(QBluetoothServiceDiscoveryAgent); +using QTM_PREPEND_NAMESPACE(QBluetoothServiceInfo); + class MetaWatchScanner : public WatchScanner { Q_OBJECT |