capybara-webkit/src/Authenticate.h

13 lines
228 B
C
Raw Normal View History

#include "SocketCommand.h"
class WebPage;
class Authenticate : public SocketCommand {
Q_OBJECT
public:
Authenticate(WebPageManager *manager, QStringList &arguments, QObject *parent = 0);
virtual void start();
};