Translations:KDevelop5/Manual/Working with source code/85/fr: Difference between revisions
Appearance
ChristianW (talk | contribs) Created page with "<!--}}--><syntaxhighlight lang="cpp" line> class Car { // ... public: std::string get_color () const; };" |
(No difference)
|
Latest revision as of 19:54, 17 July 2020
<syntaxhighlight lang="cpp" line> class Car {
// ... public: std::string get_color () const;
};