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:
Laszlo Agocs 2017-01-12 16:06:28 +01:00
parent 7600cb6901
commit 9ad4e651d2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};