capybara-webkit/src/SetProxy.h

12 lines
191 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, QObject *parent = 0);
virtual void start(QStringList &arguments);
};