Translations:Kdevelop4/Manual/Meet KDevelop/4/de

From KDE UserBase Wiki
Revision as of 15:49, 9 April 2012 by Torbjoernklatt (talk | contribs) (Created page with "{{Input|<syntaxhighlight lang="cpp"> class Car { // ... public: std::string get_color () const; }; </syntaxhighlight>}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
class Car {
  // ...
  public:
    std::string get_color () const;
};