[Webkit-unassigned] [Bug 35155] [Qt] Allow QtLauncher to be started without Plugin support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 22 08:00:13 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35155
Kenneth Rohde Christiansen <kenneth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #49199|review? |review-
Flag| |
--- Comment #6 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2010-02-22 08:00:13 PST ---
(From update of attachment 49199)
> + if (gNoPlugins)
> + QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, false);
> + else
> + QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled,
!gNoPlugins); would be preferred
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list