D14352: Use fuzzy compare for floats

2018-07-25 Thread Frederik Gladhorn
This revision was automatically updated to reflect the committed changes. Closed by commit R110:a96028fdad12: Use fuzzy compare for floats (authored by gladhorn). REPOSITORY R110 KScreen Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14352?vs=38396&id=38398 REVISION DETAIL

D14352: Use fuzzy compare for floats

2018-07-25 Thread Frederik Gladhorn
gladhorn updated this revision to Diff 38396. gladhorn added a comment. Fixed missing negation REPOSITORY R110 KScreen Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14352?vs=38378&id=38396 BRANCH arcpatch-D14352 REVISION DETAIL https://phabricator.kde.org/D14352 AF

D14352: Use fuzzy compare for floats

2018-07-25 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > output.cpp:530 > } > -if (d->scale != other->d->scale) { > +if (qFuzzyCompare(d->scale, other->d->scale)) { > changes << &Output::scaleChanged; Missing negation REPOSITORY R110 KScreen Library REVISION DETAIL https://ph

D14352: Use fuzzy compare for floats

2018-07-24 Thread Frederik Gladhorn
gladhorn created this revision. gladhorn added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. gladhorn requested review of this revision. REPOSITORY R110 KScreen Library REVISION DETAIL https://phabricator.kde.org/D