Cleaned up calls to parent class's functions

This commit is contained in:
Robert Loehning
2010-06-09 16:53:56 +02:00
parent 740717f060
commit 6056c3e126
2 changed files with 1 additions and 12 deletions

View File

@@ -148,16 +148,6 @@ QIcon FileIconProvider::icon(const QFileInfo &fileInfo) const
#endif
}
QIcon FileIconProvider::icon(IconType type) const
{
return QFileIconProvider::icon(type);
}
QString FileIconProvider::type(const QFileInfo &info) const
{
return QFileIconProvider::type(info);
}
/*!
Creates a pixmap with baseicon at size and overlays overlayIcon over it.
See platform note in class documentation about recommended usage.