Mark hide() explicitly as a slot, since it's not virtual with Qt4.

Patch by "qiang zhang" <liubingzhq@gmail.com>.


svn path=/trunk/KDE/kdebase/workspace/; revision=882915
This commit is contained in:
Luboš Luňák 2008-11-11 16:31:24 +00:00
parent 83ddb8f249
commit 7d428058d3

View file

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