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

From KDE UserBase Wiki
Revision as of 20:28, 18 May 2011 by Yurchor (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;
};