diff --git a/popupinfo.h b/popupinfo.h index 050853006e..c05aae6290 100644 --- a/popupinfo.h +++ b/popupinfo.h @@ -38,11 +38,13 @@ class PopupInfo : public QWidget ~PopupInfo(); void reset(); - void hide(); void showInfo(const QString &infoString); void reconfigure(); + public slots: + void hide(); + protected: void paintEvent( QPaintEvent* ); void paintContents();