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 warning reported by qml engine #1604

Merged
merged 3 commits into from
Sep 21, 2024

Conversation

janbar
Copy link
Contributor

@janbar janbar commented Sep 19, 2024

Rename members left, right, up and down to moveLeft, moveRight, moveUp and moveDown, to close warning reported by the QML engine:

Final member left is overridden in class osmscout::MapWidget. The override won't be used.
Final member right is overridden in class osmscout::MapWidget. The override won't be used.

Unfortunately the API is updated for those functions (slots).

Rename members left, right, up and down to moveLeft, moveRight, moveUp and moveDown,
to close warning reported by the QML engine:

> Final member left is overridden in class osmscout::MapWidget. The override won't be used.
> Final member right is overridden in class osmscout::MapWidget. The override won't be used.
Copy link

@Framstag Framstag merged commit d7f5183 into Framstag:master Sep 21, 2024
19 checks passed
janbar added a commit to janbar/osmin that referenced this pull request Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants