diff options
Diffstat (limited to 'qt-ui/btdeviceselectiondialog.h')
-rw-r--r-- | qt-ui/btdeviceselectiondialog.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/btdeviceselectiondialog.h b/qt-ui/btdeviceselectiondialog.h index a99afb80a..7651f164b 100644 --- a/qt-ui/btdeviceselectiondialog.h +++ b/qt-ui/btdeviceselectiondialog.h @@ -22,13 +22,6 @@ #undef DC_VERSION // this is already declared in libdivecomputer header #endif -#if defined(Q_OS_WIN) -Q_DECLARE_METATYPE(QBluetoothDeviceInfo) -Q_DECLARE_METATYPE(QBluetoothDeviceDiscoveryAgent::Error) -#elif QT_VERSION < 0x050500 -Q_DECLARE_METATYPE(QBluetoothDeviceInfo) -#endif - namespace Ui { class BtDeviceSelectionDialog; } |