capybara-webkit/src/Reset.h

16 lines
227 B
C
Raw Normal View History

2011-02-19 03:53:06 +00:00
#include "Command.h"
class WebPage;
class Reset : public Command {
Q_OBJECT
public:
Reset(WebPage *page, QObject *parent = 0);
virtual void start(QStringList &arguments);
2012-02-05 14:50:21 +00:00
private:
void resetHistory();
2011-02-19 03:53:06 +00:00
};