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

ros kinetic qt5 compatibility fix #106

Merged
merged 3 commits into from Jun 2, 2016

Conversation

twiniars
Copy link
Contributor

No description provided.

@twiniars
Copy link
Contributor Author

issue #107

@@ -48,6 +48,8 @@ class MonitorDashWidget(IconToolButton):
:param context: The plugin context to create the monitor in.
:type context: qt_gui.plugin_context.PluginContext
"""
msg_trigger = pyqtSignal()
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use the generic Signal instead of PyQt specific pyqtSignal.

Copy link
Contributor

Choose a reason for hiding this comment

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

Since the signal shouldn't be used externally it should also be prefixed with an underscore to make it "private".

@twiniars
Copy link
Contributor Author

twiniars commented Jun 2, 2016

fixed

@dirk-thomas
Copy link
Contributor

Thanks.

@dirk-thomas dirk-thomas merged commit 2aa3fc3 into ros-visualization:master Jun 2, 2016
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.

None yet

2 participants