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

Implicitly defined onFoo properties in Connections are deprecated. #481

Open
ijnek opened this issue Sep 5, 2022 · 0 comments
Open

Implicitly defined onFoo properties in Connections are deprecated. #481

ijnek opened this issue Sep 5, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ijnek
Copy link

ijnek commented Sep 5, 2022

I'm quite certain that we're aware of this deprecation notice, but since there seems to be no ticket about it, I thought I'd create one. Please close if this is being tracked elsewhere.

Environment

  • OS Version: Ubuntu22.04
  • Source or binary build: Source (branch: gz-gui7)

Description

  • Expected behavior: Deprecation warning doesn't show up
  • Actual behavior: Deprecation warnings are printed out

Steps to reproduce

  1. ign gazebo -v 2

Output

[GUI] [Wrn] [Application.cc:797] [QT] qrc:/qml/StyleDialog.qml:112:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[GUI] [Wrn] [Application.cc:797] [QT] qrc:/qml/StyleDialog.qml:105:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[GUI] [Wrn] [Application.cc:797] [QT] qrc:/qml/StyleDialog.qml:98:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[GUI] [Wrn] [Application.cc:797] [QT] qrc:qml/Main.qml:102:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[GUI] [Wrn] [Application.cc:797] [QT] qrc:/qml/PluginMenu.qml:27:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
@ijnek ijnek added the bug Something isn't working label Sep 5, 2022
@osrf-triage osrf-triage added this to Inbox in Core development Sep 5, 2022
@azeey azeey moved this from Inbox to In progress in Core development Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In progress
Core development
In progress
Development

Successfully merging a pull request may close this issue.

2 participants