src/Version.h in capybara-webkit-1.13.0 vs src/Version.h in capybara-webkit-1.14.0

- old
+ new

@@ -1,6 +1,10 @@ #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);