Sha256: ab45548fc2333d28236920c13a2a412bb971ebfb965c2a0229d4b0ba824edaa4

Contents?: true

Size: 212 Bytes

Versions: 4

Compression:

Stored size: 212 Bytes

Contents

#include "Command.h"

class WebPage;

class IgnoreSslErrors : public Command {
  Q_OBJECT

  public:
    IgnoreSslErrors(WebPage *page, QStringList &arguments, QObject *parent = 0);
    virtual void start();
};

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
imseng-capybara-webkit-0.12.1 src/IgnoreSslErrors.h
capybara-webkit-0.12.1 src/IgnoreSslErrors.h
otherinbox-capybara-webkit-0.12.0 src/IgnoreSslErrors.h
capybara-webkit-0.12.0 src/IgnoreSslErrors.h