delete more methods

This commit is contained in:
Marco Martin 2011-04-26 23:36:59 +02:00
parent de179b4e1d
commit 365cdef434

View File

@ -453,17 +453,6 @@ class PLASMA_EXPORT Plasmoid : public QGraphicsWidget
*/
void releaseVisualFocus();
#if QT_VERSION >= 0x040700
protected:
void geometryChanged(); // in QGraphicsWidget now; preserve BC
#else
/**
* Emitted whenever the applet makes a geometry change, so that views
* can coordinate themselves with these changes if they desire.
*/
void geometryChanged();
#endif
Q_SIGNALS:
/**
* Emitted when the user completes a transformation of the applet.