FileIconProvider: Fix doc

Change-Id: I7857792f7f8c27bc7d6004eb6a63c10449144efa
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Orgad Shaneh
2011-10-25 09:56:17 +02:00
committed by Eike Ziller
parent 6d1ac2e04c
commit ebeb5b7f49

View File

@@ -58,8 +58,8 @@
own overlay icon handling (Mac/Windows). own overlay icon handling (Mac/Windows).
The class is a singleton: It's instance can be accessed via the static instance() method. The class is a singleton: It's instance can be accessed via the static instance() method.
Plugins can register custom icons via registerIconSuffix(), and retrieve icons via the icon() Plugins can register custom overlay icons via registerIconOverlayForSuffix(), and
method. retrieve icons via the icon() method.
The instance is explicitly deleted by the core plugin for destruction order reasons. The instance is explicitly deleted by the core plugin for destruction order reasons.
*/ */