Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0-rc1
-
None
-
-
74a089f3e (12.0)
Description
Within the simple attached project the refactor method: "Add #include ..." does not work right anymore.
QVector is offered even though it is already included.
This might probably relate to the not working detection and resulting annotation that QVector is included but not used (next to include) and on the other hand "No header providing QVector" is annotated next to the instanciation of a QVector.
Nearly all annotations in this little example are wrong.
In QtCreator 11.0.3 it looks more reasonable: