romangg added a comment.
In D13191#270177 <https://phabricator.kde.org/D13191#270177>, @davidedmundson wrote: > > function definitions in correct order. > > What's more correct about this order? In surface_interface_p.h the functions are declared in this order: void installPointerConstraint(LockedPointerInterface *lock); void installPointerConstraint(ConfinedPointerInterface *confinement); void installIdleInhibitor(IdleInhibitorInterface *inhibitor); In the cpp file they were defined in a different order. It's just a small code style correction. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D13191 To: romangg, #plasma Cc: davidedmundson, kde-frameworks-devel, michaelh, ngraham, bruns