Translations:KDevelop5/Manual/Working with source code/85/fr

From KDE UserBase Wiki
Revision as of 19:54, 17 July 2020 by ChristianW (talk | contribs) (Created page with "<!--}}--><syntaxhighlight lang="cpp" line> class Car { // ... public: std::string get_color () const; };")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="cpp" line> class Car {

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

};