| Summary: | No Autocomplete for calls to qt connect() | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Ian H <master.haber> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | mail, mickael.sergent |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ian H
2016-09-26 21:23:22 UTC
Yes, that is a missing feature in 5.0. The rationale is that the new-style signal/slot syntax which exists since Qt 5.0 is preferrable in almost all cases over the old macro-style connect(), and the new style is supported just fine. But yes, missing feature. |