Code review comment for lp:~dandrader/unity/phablet_mouseTouchAdaptor

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> 214 + #ifdef CONVERT_MOUSE_TO_TOUCH
> 215 + MouseTouchAdaptor mouseTouchAdaptor;
> 216 + mouseTouchAdaptor.setTargetWindow(view);
> 217 + if (!args.contains(QLatin1String("-nomousetouch"))) {
> 218 + application.installEventFilter(&mouseTouchAdaptor);
> 219 + }
> 220 + #endif // CONVERT_MOUSE_TO_TOUCH
>
> Let's not instantiate the MouseTouchAdaptor at all?

Ok. Done.

« Back to merge proposal