On Wednesday 11 April 2012 11:40:15 BogDan wrote:
> There is no QMenu::show, and this is the problem !:)

QMenu::show() calls QWidget::show(), which simply calls 
QWidget::setVisible(true). And this one is virtual, case closed ;)

-- 
Christoph Feck
http://kdepepo.wordpress.com/
KDE Quality Team
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to