capybara-webkit/src/SetProxy.h

12 lines
193 B
C
Raw Normal View History

2011-09-24 21:55:18 +00:00
#include "Command.h"
class WebPage;
class SetProxy : public Command {
Q_OBJECT;
public:
SetProxy(WebPage *page, QStringList &arguments, QObject *parent = 0);
virtual void start();
2011-09-24 21:55:18 +00:00
};