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

QObject::connect(timer, &... code auto completion not working

    XMLWordPrintable

Details

    • Windows
    • d9e5d079be666d1f006d9944f47298fa98d0e7ff (qt-creator/qt-creator/4.14)

    Description

      Let's suppose I'm writing the following code:

      QTimer *timer = new QTimer();
      QObject::connect(timer, &

      If I use old code model, after I've typed '&', Qt Creator auto-suggest to type "QTimer".

      New clang code model does nothing in this case so I have to start typing QTimer by myself.

      It's very annoying, I'm still not using the new code model because of this.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              alervd Alexander Dyagilev
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes