Krita/docs/Icons API Roadmap: Difference between revisions

From KDE Community Wiki
< Krita‎ | docs
(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></...")
(No difference)

Revision as of 12:35, 10 August 2015

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>")