Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.7.0
-
None
Description
I just did some new-style connections and thought that the code completion could provide more help here:
auto thread = new QThread; connect(thread, // at this point, only &QThread:: members makes sense. However, // I have to type "&QThread::" myself to get the member list. // The same applies to the slot.
And even after the &QThread:: prefix is written, I'd expect signals in first place, but I get all member functions here.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-13558 autocomplete signal / slot does not work for connect Qt5 style
- Closed
- relates to
-
QTCREATORBUG-20737 Autocompletion does not work in SIGNAL() and SLOT()
- Closed