Krita/docs/NewCodingPoliciesInMaster

From KDE Community Wiki
< Krita‎ | docs
Revision as of 15:44, 10 September 2015 by Dmitry (talk | contribs) (Created page with "= New coding policy standards which should be use in Calligra master = # Use Q_SLOTS ans Q_SIGNALS instead of slots/signals keywords we used before # Add Q_DECL_HIDDEN to all ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

New coding policy standards which should be use in Calligra master

  1. Use Q_SLOTS ans Q_SIGNALS instead of slots/signals keywords we used before
  2. Add Q_DECL_HIDDEN to all Private classes in new code