capybara-webkit/src/Reset.h

11 lines
191 B
C
Raw Normal View History

#include "SocketCommand.h"
2011-02-19 03:53:06 +00:00
class Reset : public SocketCommand {
2011-02-19 03:53:06 +00:00
Q_OBJECT
public:
Reset(WebPageManager *, QStringList &arguments, QObject *parent = 0);
virtual void start();
2011-02-19 03:53:06 +00:00
};