diff --git a/applethandle_p.h b/applethandle_p.h index ef7c1d263..e759a43fb 100644 --- a/applethandle_p.h +++ b/applethandle_p.h @@ -78,6 +78,8 @@ class AppletHandle : public QObject, public QGraphicsItem void calculateSize(); ButtonType mapToButton(const QPointF &point) const; void forceDisappear(); + int minimumHeight(); + /** * move our applet to another containment * @param containment the containment to move to