Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-1863

Find usages does not work as expected from within the SIGNAL macro

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • Icon: P2: Important P2: Important
    • None
    • Qt Creator 2.0.0
    • C/C++/Obj-C++ Support
    • None
    • Gentoo Linux
      Qt 4.7.0 (from git)
      Qt Creator 2.0 (from source tarball)

      I assume the issue is broader in scope, but the following does not work correctly:

      connect(obj, SIGNAL(stuff()), otherobj, SLOT(onStuff()));

      Place the cursor on "stuff" and try Find Usages. Usages of the macro "SIGNAL" are found, not of the method "stuff".

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kandeler Christian Kandeler
            wongk Kris Wong
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes