capybara-webkit/templates/Command.h

13 lines
188 B
C
Raw Normal View History

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