Translations:KDevelop4/TipsAndTricks/18/en

From KDE UserBase Wiki
  1. declare local int myVar (see type assistant above)
  2. declare public int myVar, adds the declaration to the class body
  3. declare private int myVar, same as above, but in private section.