From kde-commits Sun Aug 29 15:05:45 2010 From: Jonathan Michael Thomas Date: Sun, 29 Aug 2010 15:05:45 +0000 To: kde-commits Subject: KDE/kdelibs/kdeui/icons Message-Id: <20100829150545.53845AC857 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128309414411009 SVN commit 1169536 by jmthomas: Clarify in the documentation that normally a KIconEffect will not need to be constructed, by virtue of the global KIconLoader providing a KIconEffect of its own M +4 -0 kiconeffect.h --- trunk/KDE/kdelibs/kdeui/icons/kiconeffect.h #1169535:1169536 @@ -49,6 +49,10 @@ public: /** * Create a new KIconEffect. + * You will most likely never have to use this to create a new KIconEffect + * yourself, as you can use the KIconEffect provided by the global KIconLoader + * (which itself is accessible by KIconLoader::global()) through its + * iconEffect() function. */ KIconEffect(); ~KIconEffect();