https://bugs.kde.org/show_bug.cgi?id=354012

--- Comment #3 from Oliver Sander <oliver.san...@tu-dresden.de> ---
I was afraid you were going to say this... :-)

I just spent the last two hours unsuccessfully trying to port the patch from
the frameworks branch to master.  Qt4 replaces the touch events (from the
touchpad) with mouse events, which then of course do not allow gestures.  In
Qt5 there is 

QCoreApplication::setAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents,false);

which disables this behavior, but I have no clue how to do the same in Qt4. 
Does anybody have an idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to