1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/templates/Command.h
2011-02-24 23:13:11 -05:00

13 lines
223 B
C++

#include "Command.h"
class WebPage;
class NAME : public Command {
Q_OBJECT
public:
NAME(WebPage *page, QObject *parent = 0);
virtual void start();
virtual void receivedArgument(const char *argument);
};