Translations:Kdevelop5/Manual/Meet KDevelop/5/da

From KDE UserBase Wiki
Revision as of 07:11, 27 August 2017 by Claus chr (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;
};