On 09/23/2013 02:03 PM, Guido Seifert wrote: > Great. I want to write 'connect(mTimer,SIGNAL(timeout()...' and get the > auto-completion 'connect(mTimer,SIGNAL(timeout(QPrivateSignal))...'. So > instead of saving 8 chars, > I have to delete 14 chars. Where does this 'QPrivateSignal' come from?
If you bothered to check the QTimer header, you'd probably see. Anyway, this bug has been fixed in the master branch for a while now. > IMHO far too often make such auto-completions more instead of less work. Can you name a sufficient number of other examples to justify the above statement? If so, I assume you have created bug reports for them? Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
