Translations:Kdevelop4/Manual/Meet KDevelop/4/uk: Difference between revisions
(Created page with "{{Input|<syntaxhighlight lang="cpp">
class Car {
// ...
public:
std::string get_color () const;
};
</syntaxhighlight>}}") |
m (moved Translations:Kdevelop4/Manual/What is KDevelop?/4/uk to Translations:Kdevelop4/Manual/Meet KDevelop/4/uk: Part of translatable page Translations:Kdevelop4/Manual/Meet KDevelop/4/uk.) |
||
(No difference)
|
Latest revision as of 18:14, 3 June 2011
class Car { // ... public: std::string get_color () const; };