Jump to content

Translations:KDevelop5/Manual/Working with source code/34/en: Difference between revisions

From KDE UserBase Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 00:48, 22 March 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop5/Manual/Working with source code)
'''KDevelop''' shows me a tooltip that includes the type of the variable <code>container</code>, where this variable is declared (the ''container'', which
here is in the surrounding function <code>operator()(AreaIndex *index))</code>, what it is (a variable, not a function, class or namespace) and where it is declared (in line 376, just a few lines up in the code).

KDevelop shows me a tooltip that includes the type of the variable container, where this variable is declared (the container, which here is in the surrounding function operator()(AreaIndex *index)), what it is (a variable, not a function, class or namespace) and where it is declared (in line 376, just a few lines up in the code).