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

11 lines
189 B
C
Raw Normal View History

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