capybara-webkit/src/IgnoreSslErrors.h

11 lines
218 B
C++

#include "SocketCommand.h"
class IgnoreSslErrors : public SocketCommand {
Q_OBJECT
public:
IgnoreSslErrors(WebPageManager *manager, QStringList &arguments, QObject *parent = 0);
virtual void start();
};