should be protected (the method it is reimplementing is protected), but since it was screwed up like this in a release, needs to go back. meh.
svn path=/trunk/KDE/kdelibs/; revision=1130006
This commit is contained in:
parent
05c9cab404
commit
9a1a6a671a
@ -55,13 +55,14 @@ class PLASMA_EXPORT SvgWidget : public QGraphicsWidget
|
||||
void setElementID(const QString &elementID);
|
||||
QString elementID() const;
|
||||
|
||||
void mouseReleaseEvent(QGraphicsSceneMouseEvent * event);
|
||||
|
||||
Q_SIGNALS:
|
||||
void clicked(Qt::MouseButton);
|
||||
|
||||
protected:
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
|
||||
QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint) const;
|
||||
void mouseReleaseEvent(QGraphicsSceneMouseEvent * event);
|
||||
void mousePressEvent(QGraphicsSceneMouseEvent * event);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user