mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
drop support for Qt 5.4 and before
The oldest version tested on TravisCI is Qt 5.5, which is also what is in Ubuntu 16.04. Drop all the older cruft, noone should use that anymore. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
parent
643a964d09
commit
5ad52db451
4 changed files with 1 additions and 572 deletions
|
@ -151,10 +151,8 @@ static dc_status_t qt_serial_open(qt_serial_t **io, dc_context_t*, const char* d
|
|||
return DC_STATUS_NODEVICE;
|
||||
case QBluetoothSocket::UnsupportedProtocolError:
|
||||
return DC_STATUS_PROTOCOL;
|
||||
#if QT_VERSION >= 0x050400
|
||||
case QBluetoothSocket::OperationError:
|
||||
return DC_STATUS_UNSUPPORTED;
|
||||
#endif
|
||||
case QBluetoothSocket::NetworkError:
|
||||
return DC_STATUS_IO;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue