dhaumann added inline comments. INLINE COMMENTS
> kstyle.cpp:422 > } > +#if QT_VERSION >= 0x050E00 // Check if Qt version >= 5.14 > + case QStyle::SP_DialogYesToAllButton: Instead of 0x050E00 you could use the macro QT_VERSION_CHECK(5, 14, 0). This would be a bit more self explanatory. REPOSITORY R252 Framework Integration REVISION DETAIL https://phabricator.kde.org/D24415 To: GB_2, #frameworks, #vdg, davidedmundson Cc: dhaumann, davidedmundson, #vdg, kde-frameworks-devel, #frameworks, LeGast00n, GB_2, michaelh, ngraham, bruns