Krita/docs/Icons API Roadmap

From KDE Community Wiki
< Krita‎ | docs
Revision as of 12:35, 10 August 2015 by Dmitry (talk | contribs) (Created page with "= Krita Icons API Roadmap = # Remove all <syntaxhighlight lang="cpp"> #include <KoIcon.h></syntaxhighlight> and put <syntaxhighlight lang="cpp"> #include <kis_icon_utils.h></...")
(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.

Krita Icons API Roadmap

  1. Remove all
     #include <KoIcon.h>
    
    and put
     #include <kis_icon_utils.h>
    
    instead.
  2. Substitute all
    koIcon()
    
    and
    kthemedIcon()
    
    calls with
    KisIconUtils::loadIcon("<icon_name>")