capybara-webkit/src/Url.h

11 lines
187 B
C
Raw Normal View History

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