jellyfin-media-player/external
Eivind Uggedal b0541484b3 Fix Qt 5.15 QTextStream deprecation warnings
- 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.
2021-04-13 10:19:38 +02:00
..
HIDRemote Apple Remote : Update HIDRemote, fixes https://github.com/plexinc/plex-media-player-private/issues/669 2018-02-08 20:40:26 +01:00
letsmove Fix so that Let's move doesn't use ~/Applications 2016-12-07 16:02:04 +01:00
plistparser Fix build with Qt5.7 2016-04-28 16:00:43 +02:00
qhttp Use CXX_STANDARD 14 and centralize the setting to utils.cmake 2016-04-01 16:34:22 +02:00
qslog Fix Qt 5.15 QTextStream deprecation warnings 2021-04-13 10:19:38 +02:00
SPMediaKeyTap Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
CMakeLists.txt Add Let's move that moves the PMP app to /Applications if launched from anywhere else 2016-11-29 15:37:54 +01:00