capybara-webkit/src/Title.h

10 lines
190 B
C
Raw Normal View History

2013-02-18 16:08:40 +00:00
#include "SocketCommand.h"
class Title : public SocketCommand {
Q_OBJECT
public:
Title(WebPageManager *, QStringList &arguments, QObject *parent = 0);
virtual void start();
};