D13191: [server] Small code cleanup in SurfaceInterface
Roman Gilg
noreply at phabricator.kde.org
Tue May 29 11:29:08 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180529/de6679a1/attachment.html>
More information about the Kde-frameworks-devel
mailing list