Nobody answer?
  ----- Original Message ----- 
  From: Antonio P. 
  To: [email protected] 
  Sent: Thursday, April 14, 2011 4:59 PM
  Subject: [Qt-creator] Help topic about a std::map variable fails ?





  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
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to