Answer the question
In order to leave comments, you need to log in
After updating Qt Creator 4.8.1, the code editor does not see class methods. how to fix?
(binary tree code)
The essence of the problem - before updating by introducing
Tree->mtxand pressing a dot, Qt converts the dot to an arrow -> and displays a list of mutex functions. Everything worked like that. But the code editor doesn't work that way anymore. After the update (whether it's amiss). How to fix? the screenshot shows that the points themselves do not want to be converted to -> as it was before and show the methods of the object. (in main(), if you access the Tree from the object created in main(), everything is shown and works as it should. There is not enough evil. What the hell is this. How to fix it)
Answer the question
In order to leave comments, you need to log in
The difference is that newer versions of Qt Creator have the clang code model plugin enabled by default.
It can be disabled via the About Plugins.. menu, or you can get used to the new behavior of the editor.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question