[Qt-creator] Another case of click maximization.... auto-completion QTimer timeout signal

Guido Seifert wargand at gmx.de
Mon Sep 23 14:03:16 CEST 2013


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? The QTimer timeout signal
does not have a parameter. IMHO far too often make such auto-completions more instead of less
work.

Guido



More information about the Qt-creator mailing list