From 9039785dc9209e2df309ae83180f16de98458595 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 6 Jul 2015 22:17:38 -0700 Subject: Make things compile under Qt5.5 This declaration already exists in a Qt5.5 header file. Signed-off-by: Dirk Hohndel --- qt-ui/btdeviceselectiondialog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt-ui/btdeviceselectiondialog.h b/qt-ui/btdeviceselectiondialog.h index 6bcc43f34..0a486635f 100644 --- a/qt-ui/btdeviceselectiondialog.h +++ b/qt-ui/btdeviceselectiondialog.h @@ -8,7 +8,9 @@ #include #include +#if QT_VERSION < 0x050500 Q_DECLARE_METATYPE(QBluetoothDeviceInfo) +#endif namespace Ui { class BtDeviceSelectionDialog; -- cgit v1.2.3-70-g09d2