Hi, if I try to use the code-completion for the signal entered(), e.g.
QObject::connect(off, SIGNAL(entered()), a, SLOT(foo())); the qtcreator doesn't list the entered() signal for completion. Other signals (e.g. finished()) are listed. What's wrong here? -- Wilhelm _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
