Skip to content
Commit 070bccaf authored by Jonathan Marten's avatar Jonathan Marten
Browse files

FSView: Eliminate 'endl' deprecation warnings with Qt 5.15

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.
parent 2afe42cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment