capybara-webkit/src/SetProxy.h

10 lines
192 B
C
Raw Normal View History

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