boundingRect should be public, not protected
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690166
This commit is contained in:
parent
6ea5d0771b
commit
d692c9f3d5
@ -84,10 +84,10 @@ class PLASMA_EXPORT Icon : public QObject, public QGraphicsItem, public LayoutIt
|
||||
void setGeometry(const QRectF& r);
|
||||
|
||||
QSizeF sizeHint() const;
|
||||
QRectF boundingRect() const;
|
||||
|
||||
protected:
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
|
||||
QRectF boundingRect() const;
|
||||
|
||||
Q_SIGNALS:
|
||||
void pressed(bool down);
|
||||
|
Loading…
Reference in New Issue
Block a user