Krita/docs/NewCodingPoliciesInMaster: Difference between revisions

From KDE Community Wiki
< Krita‎ | docs
(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 ...")
 
No edit summary
Line 2: Line 2:
# Use Q_SLOTS ans Q_SIGNALS instead of slots/signals keywords we used before
# Use Q_SLOTS ans Q_SIGNALS instead of slots/signals keywords we used before
# Add Q_DECL_HIDDEN to all Private classes in new code
# Add Q_DECL_HIDDEN to all Private classes in new code
# all #include <QDebug> and #include <kdebug.h> should be #include <kis_debug.h> now

Revision as of 18:45, 10 September 2015

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
  3. all #include <QDebug> and #include <kdebug.h> should be #include <kis_debug.h> now