mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Make things compile under Qt5.5
This declaration already exists in a Qt5.5 header file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1538c809d
commit
9039785dc9
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
||||||
#include <QtBluetooth/qbluetoothglobal.h>
|
#include <QtBluetooth/qbluetoothglobal.h>
|
||||||
#include <QtBluetooth/QBluetoothDeviceDiscoveryAgent>
|
#include <QtBluetooth/QBluetoothDeviceDiscoveryAgent>
|
||||||
|
|
||||||
|
#if QT_VERSION < 0x050500
|
||||||
Q_DECLARE_METATYPE(QBluetoothDeviceInfo)
|
Q_DECLARE_METATYPE(QBluetoothDeviceInfo)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class BtDeviceSelectionDialog;
|
class BtDeviceSelectionDialog;
|
||||||
|
|
Loading…
Reference in a new issue