Hi, In Qt-Creator 2.4.1 when I press F2 on usage of a signal (in a typical connect() call) qt-creator shows the declaration of the signal in the correct class.
If I press Ctrl-Shift-U to find all usages the behavior depends where I press it: on the signal declaration I get the declaration as its only use. On a SIGNAL() macro parameter I get all usages of the macro SIGNAL within that source file and the funny declaration of that macro. Of course I would expect to find all uses of the signal instead. This is especially important when I want to rename a signal. Didn't this work before? I am not 100% sure but I thought that earlier Qt Creator versions already knew how to handle the usage of signals. Regards, Jochen _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
