Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 2.3.0-beta
-
None
-
Kubuntu 11.04, 64bit, KDE 4,6,2
Description
This is a problem concerning recognition of signals (probably also slots) in a connect() environment. For example, look at mandelbrotwidget.cpp (from the renderthread example coming with Creator), line 67, containing "connect(&thread, SIGNAL(renderedImage(QImage,double)),". The renderedThread(...) method is not recognized (no tooltip, no highlighting,...)