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

    From KDE UserBase Wiki
    Revision as of 08:38, 2 April 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

    };