boundingRect should be public, not protected

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690166
This commit is contained in:
Aaron J. Seigo 2007-07-20 07:42:02 +00:00
parent 6ea5d0771b
commit d692c9f3d5

View File

@ -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);