[Interest] QWebPage, deleteLater, Mac

wargand at gmx.de wargand at gmx.de
Fri May 18 12:07:32 CEST 2012


I have a class, which creates a QWebPage *page. I connect:
connect(page, SIGNAL(loadFinished(bool)), this, SLOT(renderSlt(bool)));

In renderSlt I do a page->deleteLater() as last step.

Works great in Linux, but the same code crashes.

Any ideas?
Guido



More information about the Interest mailing list