functions "reimplemented" in KDE that were virtual in Qt3 but are not virtual anymore in Qt4

Dominik Haumann dhdev at gmx.de
Sat Jun 23 14:57:47 BST 2007


On Saturday 23 June 2007, Matthias Kretz wrote:
> long subject...
>
> I just realized that KSettings::Dialog::show() is not reimplementing a
> virtual QWidget::show() anymore. To get that effect we should be using
> showEvent instead (IIUC).

Yep, and as an addition usually you are not interested in spontaneous 
show/hideevents, i.e. if (ev->spontaneous()) return;

Dominik




More information about the kde-core-devel mailing list