Sha256: 25fb9c50cc58f4a1836adf1cf56d94dc71ea2f9eac7ab209191fd718c9404fed
Contents?: true
Size: 319 Bytes
Versions: 26
Compression:
Stored size: 319 Bytes
Contents
#include "IgnoreSslErrors.h" #include "WebPage.h" #include "WebPageManager.h" IgnoreSslErrors::IgnoreSslErrors(WebPageManager *manager, QStringList &arguments, QObject *parent) : SocketCommand(manager, arguments, parent) { } void IgnoreSslErrors::start() { manager()->setIgnoreSslErrors(true); finish(true); }
Version data entries
26 entries across 26 versions & 2 rubygems