capybara-webkit/src/Visit.h

11 lines
198 B
C
Raw Normal View History

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