mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
10 lines
198 B
C++
10 lines
198 B
C++
#include "SocketCommand.h"
|
|
|
|
class Visit : public SocketCommand {
|
|
Q_OBJECT
|
|
|
|
public:
|
|
Visit(WebPageManager *manager, QStringList &arguments, QObject *parent = 0);
|
|
virtual void start();
|
|
};
|
|
|