Translations:Kdevelop5/Manual/Meet KDevelop/5/en

From KDE UserBase Wiki
Revision as of 07:10, 27 August 2017 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
class Car {
  // ...
  public:
    std::string get_color () const;
};