capybara-webkit/src/Find.h

14 lines
189 B
C
Raw Normal View History

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