Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Incomplete
-
Affects Version/s: 5.2.1
-
Fix Version/s: None
-
Component/s: WebKit
-
Labels:None
-
Environment:Ubuntu 14.04, Qt 5.2.1
Description
According to the documentation, QWebPage and QWebFrame could be used in a UI-less application.
But the constructor of QWebPage segfaults when WebKit::initializeWebKitWidgets() tries to access QApplication::style() which is NULL.