https://bugs.kde.org/show_bug.cgi?id=498519
--- Comment #3 from Michael Miller <michael_mil...@msn.com> --- (In reply to Maik Qualmann from comment #2) > Pascal compiles with Qt5. I think qMax in the macros should be replaced with > std:max for testing purposes. > > Maik Hi Maik, Good idea. I think the problem is the different types (int vs qint64). I was to commit a change that casts all calls to qMax to (qint64). I'll also change it to std::max. Hopefully the two changes together fix the issue. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.