mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
plasma: remove redundant Plasma::ExtenderItem::sizeHint() reimplementation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
da13cb0c57
commit
7169fd5be7
2 changed files with 0 additions and 7 deletions
|
@ -779,11 +779,6 @@ void ExtenderItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
QSizeF ExtenderItem::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const
|
|
||||||
{
|
|
||||||
return QGraphicsWidget::sizeHint(which, constraint);
|
|
||||||
}
|
|
||||||
|
|
||||||
void ExtenderItem::setTransient(const bool transient)
|
void ExtenderItem::setTransient(const bool transient)
|
||||||
{
|
{
|
||||||
d->transient = transient;
|
d->transient = transient;
|
||||||
|
|
|
@ -296,8 +296,6 @@ class PLASMA_EXPORT ExtenderItem : public QGraphicsWidget
|
||||||
|
|
||||||
bool sceneEventFilter(QGraphicsItem *watched, QEvent *event);
|
bool sceneEventFilter(QGraphicsItem *watched, QEvent *event);
|
||||||
|
|
||||||
QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_PRIVATE_SLOT(d, void toggleCollapse())
|
Q_PRIVATE_SLOT(d, void toggleCollapse())
|
||||||
Q_PRIVATE_SLOT(d, void updateToolBox())
|
Q_PRIVATE_SLOT(d, void updateToolBox())
|
||||||
|
|
Loading…
Add table
Reference in a new issue