removing sizeHint() since it's identical to Widget::sizeHint()

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=757897
This commit is contained in:
Marco Martin 2008-01-06 11:41:15 +00:00
parent b5983aed50
commit 454d824d4f
2 changed files with 0 additions and 10 deletions

View File

@ -341,11 +341,6 @@ void Icon::setNumDisplayLines(int numLines)
}
}
QSizeF Icon::sizeHint() const
{
return size();
}
void Icon::setDrawBackground(bool draw)
{
if (d->drawBg != draw) {

View File

@ -179,11 +179,6 @@ public:
*/
void setNumDisplayLines(int numLines);
/**
* @return the recommended size of the widget
*/
QSizeF sizeHint() const;
/**
* Sets whether or not to draw a background area for the icon
*