Translations:KDevelop4/TipsAndTricks/25/en

From KDE UserBase Wiki
Revision as of 07:40, 1 August 2018 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Inside the class body of B press Ctrl + Space to bring up code completion. You should notice an item to overload foo(int something);. Execute it with Enter and you should get: