[Qt-creator] [BUG:] code completion and variable initialization

Robert Hairgrove evorgriahr at hispeed.ch
Mon Jan 26 18:45:50 CET 2009


Using QtCreator 0.9.1 on Linux:

If I declare and initialize a variable as follows:
   QSettings ini_settings(app_path, QSettings::IniFormat);

then later try to use the variable "ini_settings", I type (e.g.)
   ini_ <CTRL-Space>

QtCreator then expands as follows:
   ini_settings(

and shows the above variable declaration as code completion suggestion!



More information about the Qt-creator-old mailing list