Translations:KDevelop4/Manual/Working with source code/85/uk

From KDE UserBase Wiki
Revision as of 06:49, 28 May 2011 by Yurchor (talk | contribs) (Created page with "<!--}}-->{{Input|<syntaxhighlight lang="cpp"> class Car { // ... public: std::string get_color () const; };")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Input|<syntaxhighlight lang="cpp"> class Car {

 // ...
 public:
   std::string get_color () const;

};