From ebeb5b7f4901efc228f8db9cbca8d25ffa540dbb Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgads@gmail.com> Date: Tue, 25 Oct 2011 09:56:17 +0200 Subject: [PATCH] FileIconProvider: Fix doc Change-Id: I7857792f7f8c27bc7d6004eb6a63c10449144efa Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> --- src/plugins/coreplugin/fileiconprovider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/coreplugin/fileiconprovider.cpp b/src/plugins/coreplugin/fileiconprovider.cpp index 458d7cfccaa..4cb33223ee3 100644 --- a/src/plugins/coreplugin/fileiconprovider.cpp +++ b/src/plugins/coreplugin/fileiconprovider.cpp @@ -58,8 +58,8 @@ own overlay icon handling (Mac/Windows). 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() - method. + Plugins can register custom overlay icons via registerIconOverlayForSuffix(), and + retrieve icons via the icon() method. The instance is explicitly deleted by the core plugin for destruction order reasons. */ -- GitLab