Skip to content
Snippets Groups Projects
Commit d2aa4975 authored by kh1's avatar kh1 Committed by Karsten Heimrich
Browse files

Creator should not try to open links ot non-html documents internally.


Task-number: QTCREATORBUG-4059

Change-Id: Id91997a0ca2ba404d71620b476c61e28275c4458
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent aedc4d6e
No related branches found
No related tags found
No related merge requests found
......@@ -318,8 +318,6 @@ HelpViewer::HelpViewer(qreal zoom, QWidget *parent)
setAcceptDrops(false);
installEventFilter(this);
QWebSettings::globalSettings()->setAttribute(QWebSettings::JavaEnabled, true);
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);
QWebSettings::globalSettings()->setAttribute(QWebSettings::DnsPrefetchEnabled, true);
setPage(new HelpPage(this));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment