Sha256: 0a3d27be4b78863f02632dfd23864fdae01d87972f73d3f3520c36dc654cd0b6
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 Bytes
Contents
#include "NullCommand.h" #include "WebPage.h" NullCommand::NullCommand(WebPage *page, QStringList &arguments, QObject *parent) : Command(page, arguments, parent) {} void NullCommand::start() { QString failure = QString("[Capybara WebKit] Unknown command: ") + arguments()[0] + "\n"; emit finished(new Response(false, failure)); }
Version data entries
4 entries across 4 versions & 3 rubygems