Skip to content
Commit 3ce8e93e authored by Jonathan Marten's avatar Jonathan Marten
Browse files

Image Gallery: Eliminate 'endl' deprecation warnings with Qt 5.15

warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated,
use 'Qt::endl'

Redefining the symbol, so as to remain compatible with all Qt versions
(Qt::endl was introduced in Qt 5.14).  'endl' is not needed at the end
of qDebug() output, so it is simply removed.
parent 070bccaf
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