How can I get information if Flash NPAPI plugin available for WebKit in program?
I have following code
ui->_client->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
But if Flash plugin isn’t available I want to suggest installing it. Any ideas? I’m not sure that it’s a good idea to try to do it through file system.
↧