S
S
stonehange2019-02-05 15:26:47
Qt Creator
stonehange, 2019-02-05 15:26:47

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->mtx
and 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)
5c597eab685f4859209522.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ighor July, 2019-02-05
@stonehange

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 question

Ask a Question

731 491 924 answers to any question