https://bugs.kde.org/show_bug.cgi?id=358522
Bug ID: 358522 Summary: Fix-it hint for 'Update declaration signature' is unreliable Product: kdevelop Version: 4.90.91 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: fa...@kde.org Type this: class FooPrivate { void foo(); }; void FooPrivate::foo() { } Then go to ::foo() and make it ::foo(bool). Wait a long time (too long a time IMHO) and a fixit hint will appear suggesting "Update method signature". Ignore it, type space then 'b' (i.e. void FooPrivate::foo(bool b)). The fixit hint went away, and isn't coming back. Reproducible: Always Expected Results: It should offer me to update the method signature in order to insert "bool b". -- You are receiving this mail because: You are watching all bug changes.