Refactored 'RDCddbLookup' class to use 'QTcpSocket' class instead of 'Q3Socket'.

This commit is contained in:
Patrick Linstruth
2019-08-28 22:05:24 -07:00
parent 9585ddf36b
commit 388ab8b4c4
3 changed files with 18 additions and 9 deletions

View File

@@ -19040,3 +19040,6 @@
2019-08-29 Patrick Linstruth <patrick@deltecent.com>
* Modified caed(8) to skip JACK startup, rather than crash, if
no command line is specified in rdadmin(1).
2019-08-29 Patrick Linstruth <patrick@deltecent.com>
* Refactored 'RDCddbLookup' class to use 'QTcpSocket' class
instead of 'Q3Socket'.