Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Fix hover and enter event constructor #261

Closed
wants to merge 0 commits into from

Conversation

SineStriker
Copy link
Collaborator

No description provided.

QCoreApplication::sendEvent(receiver, &mouseMoveEvent);
QCoreApplication::sendEvent(receiver, &hoverMoveEvent);
} else {
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants