Problem with adding (QWebSettings::PluginsEnabled, true)
Qt WebKit
1
Posts
1
Posters
1.3k
Views
1
Watching
-
Hello!
If I add to my code:
@QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);@
and after compile my app
"The program ended unexpectedly"
and
"Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly"How i can run flash player in QWebView ?
Pls, help.