capybara-webkit/src/Url.h

13 lines
188 B
C
Raw Normal View History

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