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

Cannot list signals and slots in "connect" statements

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • Qt Creator 4.4.1
    • None
    • Os: ArchLinux

      Clang: ver.5.0.0

    Description

      In qt projects and every cpp file, when you want to have this statement:

      QObject::connect(
      a, SIGNAL(textChanged(const QString&)),
      b, SLOT(setText(const QString&)) );

      I expect after "SIGNAL(", code completion offer list of signals that can be emitted from object "a".
      and also after "SLOT(", expect code completion offer list of slots which belong to object "b".
      i test it with "ClangCodeModel plugin" and without it. in both caes this functionality does not work!

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              linarcx lin arcx
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes