Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.1
-
None
-
3bf655e5960c8f0ac4cb8b99a671886b824c7191, dc6d353a299d3eeaf57055486db12548198114a7
Description
A customer is reporting the following warning with his Qt installation:
This plugin does not support QCursor::setPos(); emulating movement within the application.
And indeed, the LinuxFB integration lacks an implementation of the virtual QPlatformCursor::setPos() function.
Looking at the existing qfb*.cpp code it seems like all everything needed might already be there. That means a reimplementation of setPos() with 1-2 lines triggering the needed changes might be sufficient. I apologize for not having the setup to fix that myself.