Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename event() functions #854

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

KitsuneRal
Copy link
Member

@KitsuneRal KitsuneRal commented Jan 16, 2025

Generated code has two cases where job classes have an event() method, causing a warning that these functions hide virtual QObject::event() even though it has a different number of arguments. This PR renames them to requestedEvent(), to eliminate the warning.

To avoid the "*Job::event() hides another virtual method" warning.
@KitsuneRal KitsuneRal added the enhancement A feature or change request for the library label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature or change request for the library
Projects
Status: In work
Development

Successfully merging this pull request may close these issues.

2 participants