My developing platform is Qt Eclipse + CDT+MinGW+GDB+QT 4.3.3.When I write code in Eclipse,I can not see the type hierarchy and declaration of some types and functions.For example,the function delete in this line below:
When I selected "delete" and right click it,choose Open declaration or Open type hierarchy,there is a warning that "Select text cannot be mapped to a symbol name" or "Cannot resolve selected text to a define type".Qt Code:
delete ui.list->currentItem();To copy to clipboard, switch view to plain text mode
The project can be compiled.
Anyone know how to deal with it?![]()
Bookmarks