jellyfin-media-player/external/qslog
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
..
CMakeLists.txt Fix build with Qt5.7 2016-04-28 16:00:43 +02:00
LICENSE.txt Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLog.cpp QsLog: add missing lock 2016-07-19 11:52:14 +02:00
QsLog.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDest.cpp Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDest.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDestConsole.cpp Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDestConsole.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDestFile.cpp Fix Qt 5.15 QTextStream deprecation warnings 2021-04-13 10:19:38 +02:00
QsLogDestFile.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDestFunctor.cpp Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDestFunctor.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogDisableForThisFile.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogLevel.h Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00
QsLogReadme.txt Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00