Code review comment for lp:~mir-team/qtubuntu/port-to-mirclient

Revision history for this message
Albert Astals Cid (aacid) wrote :

const MirInputEvent *event = reinterpret_cast<const MirInputEvent*>(ev);

You don't need the cast here either since ev is a const MirInputEvent*

review: Needs Fixing

« Back to merge proposal