ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

Qt Creator 8 #464

Closed christian-rauch closed 2 years ago

christian-rauch commented 2 years ago

This updates the API to Qt Creator 8.

I am also aligning the version scheme with the one of the Qt Creator API. That means the next plugin version will be 8.0 as well. Since the API is guaranteed to be stable within a major Qt Creator release, we will continue to increment the major plugin version to be aligned with the Qt Creator major version. We can then use the minor version independently of Qt Creator for bug fix releases.

christian-rauch commented 2 years ago

I added a couple of fixes for API changes since the beta. This compiles and works with the final Qt Creator 8 release.