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

Fix deprecated declarations and inconsistent missing override warnings #1003

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Nov 3, 2021

No description provided.

This commit fixes warnings like the following:

  /path/to/S-r/CTK/Libs/Testing/ctkTest.h:109:86: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  inline void mouseMove(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers stateKey = 0,
                                                                                       ^
@jcfr jcfr merged commit 7f2780a into commontk:master Nov 4, 2021
@jcfr jcfr deleted the fix-deprecated-declarations-and-inconsistent-missing-override-warnings branch November 4, 2021 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant