capybara-webkit/src/SetCookie.h

10 lines
194 B
C
Raw Permalink Normal View History

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