Skip to content
  • Jonathan Marten's avatar
    FSView: Eliminate 'endl' deprecation warnings with Qt 5.15 · 070bccaf
    Jonathan Marten authored
    warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated,
    use 'Qt::endl'
    
    Compatible with all Qt versions.  'endl' is not needed at the end of
    qDebug() output, so it is simply removed.  The debug statements are not
    normally compiled anyway.
    070bccaf