: QWebView (parent)
{
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);
+ if (! QWebSettings::globalSettings()->testAttribute(QWebSettings::DeveloperExtrasEnabled))
+ setContextMenuPolicy(Qt::NoContextMenu);
page()->setNetworkAccessManager(
new InternalNetworkAccessManager(page()->networkAccessManager(), this, publisher));
#ifdef POPPLER