capybara-webkit/src/Visit.h

11 lines
186 B
C
Raw Normal View History

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