Translations:KDevelop5/Manual/Working with source code/169/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 4: Line 4:
   // ...do something with this variable...
   // ...do something with this variable...
   std::string color = my_ride.ge
   std::string color = my_ride.ge
</nowiki>}}<!--{-->
</syntaxhighlight><!--{-->

Latest revision as of 08:38, 2 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop5/Manual/Working with source code)
void foo() 
{
  Car my_ride;
  // ...do something with this variable...
  std::string color = my_ride.ge
</syntaxhighlight><!--{-->

void foo() {

 Car my_ride;
 // ...do something with this variable...
 std::string color = my_ride.ge

</syntaxhighlight>