[kdevelop] [Bug 375642] Code completion doesn't offer overrides if parent class derives from template parameter

2017-10-16 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=375642 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdevelop] [Bug 375642] Code completion doesn't offer overrides if parent class derives from template parameter

2017-10-16 Thread vbspam
https://bugs.kde.org/show_bug.cgi?id=375642 --- Comment #3 from vbspam --- Forgot to mention using KDevelop 5.1.2 from Neon KDE 5.11. The similar behavior observer also in KDevelop 5.0.4 and 5.1.80 from AppImage ran on the same system. -- You are receiving this mail because:

[kdevelop] [Bug 375642] Code completion doesn't offer overrides if parent class derives from template parameter

2017-10-16 Thread vbspam
https://bugs.kde.org/show_bug.cgi?id=375642 vbspam changed: What|Removed |Added CC||vbs...@centrum.cz --- Comment #2

[kdevelop] [Bug 375642] Code completion doesn't offer overrides if parent class derives from template parameter

2017-01-27 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375642 --- Comment #1 from Nicolás Alvarez --- This is a broader issue than just code completion. If I manually declare an override: class SubDerived: public Derived { virtual void baseMethod(); }; the tooltip for