mirror of https://github.com/qt/qtbase.git
Fully qualify enum arguments in input device manager signals
Otherwise queued connections may complain about DeviceType not being registered. Change-Id: I1f93f8b34e78919e72ea99000c42da7024b6bdf3 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
parent
7600cb6901
commit
9ad4e651d2
|
@ -79,7 +79,7 @@ public:
|
|||
void setCursorPos(const QPoint &pos);
|
||||
|
||||
signals:
|
||||
void deviceListChanged(DeviceType type);
|
||||
void deviceListChanged(QInputDeviceManager::DeviceType type);
|
||||
void cursorPositionChangeRequested(const QPoint &pos);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue