mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 14:09:40 +00:00
b0541484b3
- QTextStream::endl was deprecated in 5.15 and removed in 6.0. The new alternative, QT::endl is not available < 5.15, so just use literal newlines and flush where appropirate (QT::endl appends newline and flushes the stream). QTextStream should handle the "\n" to "\r\n" translation internally. - QTextStream::flush was also deprecated in 5.15 and the alternative QT::flush is also not available in < 5.15. Just flush the stream directly. |
||
---|---|---|
.. | ||
HIDRemote | ||
letsmove | ||
plistparser | ||
qhttp | ||
qslog | ||
SPMediaKeyTap | ||
CMakeLists.txt |