capybara-webkit/templates/Command.h

13 lines
199 B
C
Raw Normal View History

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