removing sizeHint() since it's identical to Widget::sizeHint()
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=757897
This commit is contained in:
parent
b5983aed50
commit
454d824d4f
@ -341,11 +341,6 @@ void Icon::setNumDisplayLines(int numLines)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QSizeF Icon::sizeHint() const
|
|
||||||
{
|
|
||||||
return size();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Icon::setDrawBackground(bool draw)
|
void Icon::setDrawBackground(bool draw)
|
||||||
{
|
{
|
||||||
if (d->drawBg != draw) {
|
if (d->drawBg != draw) {
|
||||||
|
@ -179,11 +179,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void setNumDisplayLines(int numLines);
|
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
|
* Sets whether or not to draw a background area for the icon
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user