SVN_CILENT missing @since

svn path=/trunk/KDE/kdebase/libkonq/; revision=412626
This commit is contained in:
Stephan Binner 2005-05-12 07:27:23 +00:00
parent b34973a385
commit 67cb037419

View file

@ -58,6 +58,7 @@ public:
/**
* Looks up an iconname for @p url. Uses a cache for the iconname of url.
* @since 3.4.1
*/
QString KonqPixmapProvider::iconNameFor( const QString& url );
@ -68,7 +69,7 @@ protected:
* Overridden from KonqFavIconMgr to update the cache
*/
virtual void notifyChange( bool isHost, QString hostOrURL, QString iconName );
QPixmap loadIcon( const QString& url, const QString& icon, int size );
private: