diff options
Diffstat (limited to 'src/gopherclient.cpp')
| -rw-r--r-- | src/gopherclient.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gopherclient.cpp b/src/gopherclient.cpp index 2f6f31d..49ef29d 100644 --- a/src/gopherclient.cpp +++ b/src/gopherclient.cpp @@ -24,8 +24,10 @@ bool GopherClient::supportsScheme(const QString &scheme) const return (scheme == "gopher"); } -bool GopherClient::startRequest(const QUrl &url) +bool GopherClient::startRequest(const QUrl &url, RequestOptions options) { + Q_UNUSED(options) + if(isInProgress()) return false; |
