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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to