Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.14.0, Qt Creator 4.15.1
-
None
-
-
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
- replaces
-
QTCREATORBUG-14551 Introduce Qt5 signal/slot completion as for builtin code model
- Closed