capybara-webkit/src/Execute.h

11 lines
183 B
C
Raw Normal View History

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