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

Cannot list signals and slots in "connect" statements

XMLWordPrintable

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

      Clang: ver.5.0.0

      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!

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes