cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
306 stars 131 forks source link

Supress waring about deprecated QSignalMapper #228

Closed LukasWoodtli closed 2 years ago

LukasWoodtli commented 4 years ago

Summary

Suppress warnings about using QSignalMapper which is deprecated in Qt5.

Details

Deprecation warnings are disabled in the Qt example project.

Motivation and Context

The example project doesn't build when the warnings are enabled.

How Has This Been Tested?

Travis builds with Qt 5 on macOS.

Types of changes

Checklist:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.47% when pulling d4e324753516a18c2171564815b162478c870dbc on LukasWoodtli:QSignalMapperFix into dd424c1a900cb41c5db9d481714eb3471ce195e3 on cucumber:master.