Sha256: aab4ee481fac937f022f77295ad8ebed80bd693de3a1c9a10cb4280413d34df4
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
#include "SocketCommand.h" class QNetworkReply; class Source : public SocketCommand { Q_OBJECT public: Source(WebPageManager *, QStringList &arguments, QObject *parent = 0); virtual void start(); public slots: void sourceLoaded(); private: QNetworkReply *reply; };
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
capybara-webkit-0.13.2 | src/Source.h |
capybara-webkit-0.13.1 | src/Source.h |
capybara-webkit-0.13.0 | src/Source.h |
otherinbox-capybara-webkit-0.12.0.1 | src/Source.h |