I have declared at .h file 
std::map <int,int> mymap; 
Ok , at cpp code I have tooltip information about mymap, but If I write 'mymap. 
(point) I have not completion combo ?

If I write :
using namespace std;
map <int,int> mymap;
I have NO tooltip information , but if I write 'mymap. (point), I have 
completion combo.

What's happen ??

Thanks 
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to