Jump to content

Translations:Kdevelop4/Manual/Meet KDevelop/4/de: Difference between revisions

From KDE UserBase Wiki
Torbjoernklatt (talk | contribs)
Created page with "{{Input|<syntaxhighlight lang="cpp"> class Car { // ... public: std::string get_color () const; }; </syntaxhighlight>}}"
 
(No difference)

Latest revision as of 15:49, 9 April 2012

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 (Kdevelop4/Manual/Meet KDevelop)
{{Input|<syntaxhighlight lang="cpp">
class Car {
  // ...
  public:
   std::string get_color () const;
};
</syntaxhighlight>}}
'"`UNIQ--syntaxhighlight-00000000-QINU`"'