Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Unit Testing An Application Running QWSServer
-
I am unit testing an application that is running QWSServer on QT Embedded Linux. An instance of QWSServer is created however when either resumeMouse() or suspendMouse() is called the application reaches a segmentation violation. We have defined QWS_MOUSE_PROTO to Intellimouse and we still receive a segmentation fault. Is there a way to create a mouse instance that either resumeMouse() or suspendMouse() can attach to when called?