capybara-webkit/src/AllowUrl.h

11 lines
197 B
C++

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