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
2012-07-08 09:01:26 -07:00

12 lines
193 B
C++

#include "Command.h"
class WebPage;
class NAME : public Command {
Q_OBJECT
public:
NAME(WebPageManager *, QStringList &arguments, QObject *parent = 0);
virtual void start();
};