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:
parent
83ddb8f249
commit
7d428058d3
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue