diff options
author | kh1 <karsten.heimrich@digia.com> | 2012-10-19 12:38:33 +0200 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@digia.com> | 2012-10-19 13:26:49 +0200 |
commit | d2aa4975641350c6b8b0f2612a499cacbcdcadcb (patch) | |
tree | 59b99aa2792af6e6abb70eb8b32b6c4572abcb35 /src | |
parent | aedc4d6e3d579b515dac9ac2ca250f25ab548fea (diff) | |
download | qt-creator-d2aa4975641350c6b8b0f2612a499cacbcdcadcb.tar.gz |
Creator should not try to open links ot non-html documents internally.
Task-number: QTCREATORBUG-4059
Change-Id: Id91997a0ca2ba404d71620b476c61e28275c4458
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/help/helpviewer_qwv.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/help/helpviewer_qwv.cpp b/src/plugins/help/helpviewer_qwv.cpp index 8e6717ae52..a19ac2e52e 100644 --- a/src/plugins/help/helpviewer_qwv.cpp +++ b/src/plugins/help/helpviewer_qwv.cpp @@ -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)); |