Jump to content

Translations:KDevelop4/TipsAndTricks/12/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "# додайте параметр, наприклад <code>int foo</code> до кожного підпису у визначенні або оголошенні; # створі..."
 
(No difference)

Latest revision as of 17:22, 9 April 2012

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 (KDevelop4/TipsAndTricks)
# add a parameter, e.g. <code>int foo</code> to either signature in the definition or the declaration.
# make one signature <code>const</code>
# change a type of a parameter
# remove a parameter
  1. додайте параметр, наприклад int foo до кожного підпису у визначенні або оголошенні;
  2. створіть один підпис const;
  3. змініть тип параметра;
  4. вилучіть параметр.