Skip to content

Commit

Permalink
Merge fee57e2 into 1084ba2
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey authored Apr 12, 2023
2 parents 1084ba2 + fee57e2 commit d67d86a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Application::Application(int &_argc, char **_argv, const WindowType _type)
this->setOrganizationDomain("gazebosim.org");
this->setApplicationName("Gazebo GUI");

// Disable deprecation messages about onFoo connections since the new way of
// definining connections is only available as of Qt 5.12, which is not
// available in Ubuntu Focal
// TODO(azeey) Remove once Qt 5.12 is available in all supported platforms.
QLoggingCategory::setFilterRules("qt.qml.connections=false");

#if __APPLE__
// Use the Metal graphics API on macOS.
gzdbg << "Qt using Metal graphics interface" << std::endl;
Expand Down

0 comments on commit d67d86a

Please sign in to comment.