Sha256: bad8e5453d4759d06fccc614e3933685b3f6428cde21b76cf1f3ef41ada69de5
Contents?: true
Size: 323 Bytes
Versions: 19
Compression:
Stored size: 323 Bytes
Contents
#include "AllowUrl.h" #include "SocketCommand.h" #include "WebPage.h" #include "WebPageManager.h" AllowUrl::AllowUrl( WebPageManager *manager, QStringList &arguments, QObject *parent ) : SocketCommand(manager, arguments, parent) { } void AllowUrl::start() { manager()->allowUrl(arguments()[0]); finish(true); }
Version data entries
19 entries across 19 versions & 1 rubygems