1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-13 02:15:10 +02:00

Fixed QT4 build

This commit is contained in:
2017-08-15 15:13:34 +02:00
parent a45125be9a
commit 797fd7f02b
9 changed files with 9 additions and 29 deletions

View File

@ -10,8 +10,6 @@ void RangeF::resize(qreal size)
QDebug operator<<(QDebug dbg, const RangeF &range)
{
const bool ais = dbg.autoInsertSpaces();
dbg.nospace() << "RangeF(" << range.min() << ", " << range.max() << ")";
dbg.setAutoInsertSpaces(ais);
return dbg.maybeSpace();
return dbg.space();
}