diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-23 10:47:35 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-23 11:17:47 +0100 |
commit | 60e82cc2accff92865f4e754e229abeaa3cadacc (patch) | |
tree | 6393f1af7a915b6d5f30707fbb736a82e61ca08b /desktop-widgets | |
parent | 935fb3c3df25e9982a097ddb8b2c380843d544d4 (diff) | |
download | subsurface-60e82cc2accff92865f4e754e229abeaa3cadacc.tar.gz |
cleanup: remove unused include
And why this one? Well, while this include is renamed in Qt 5.10
and gives deprecated compile warnings. And as it unused anyway, just
remove it.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/btdeviceselectiondialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/btdeviceselectiondialog.h b/desktop-widgets/btdeviceselectiondialog.h index 67d1ef0b9..016bb74c0 100644 --- a/desktop-widgets/btdeviceselectiondialog.h +++ b/desktop-widgets/btdeviceselectiondialog.h @@ -6,7 +6,6 @@ #include <QListWidgetItem> #include <QPointer> #include <QtBluetooth/QBluetoothLocalDevice> -#include <QtBluetooth/qbluetoothglobal.h> #include <QtBluetooth/QBluetoothDeviceDiscoveryAgent> #if defined(Q_OS_WIN) |