capybara-webkit/src/Version.h

15 lines
261 B
C++

#include "SocketCommand.h"
#ifndef QTWEBKIT_VERSION_STR
#include "qtwebkitversion.h"
#endif
class Version : public SocketCommand {
Q_OBJECT
public:
Version(WebPageManager *, QStringList &arguments, QObject *parent = 0);
virtual void start();
};