On 4/14/2011 4:59 PM, ext Antonio P. wrote:

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.


Did you #include <map> ?

Depending on the case you might get away with some tooltip, but not for the completion.

Cheers,
Leandro.

--
Leandro T. C. Melo
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori

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

Reply via email to