Commit Graph

3 Commits

Author SHA1 Message Date
in1tiate
896afaef16 use multi-arg 2025-01-11 02:06:02 -06:00
OmniTroid
ec914d9047
FIx several compiler warnings (#1025)
* Do not use deprecated QAbstractSocket::SocketError

* Do not use deprecated ::location

* Do not discard translation load return value

* Use static function calls where applicable

* Remove unused include

* Remove qt6 check

* Remove deprecated type()

* Remove qt6 check

* Use typeId instead of deprecated type

* clang-format fix
2024-07-21 16:34:23 +02:00
Leifa
efd2571459
Remove TCP entry point (#1007)
* Remove TCP entry point

Resolve #987

* Remove TCP entry point
  * Servers that do not support WebSocket will be marked as `Legacy`
  * Removal of TCP connection from the master will follow later.

* Tweaked error message
2024-07-09 13:07:30 +02:00