diff options
Diffstat (limited to 'src/abouthandler.cpp')
| -rw-r--r-- | src/abouthandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/abouthandler.cpp b/src/abouthandler.cpp index a836cf2..01eefff 100644 --- a/src/abouthandler.cpp +++ b/src/abouthandler.cpp @@ -14,8 +14,9 @@ bool AboutHandler::supportsScheme(const QString &scheme) const return (scheme == "about"); } -bool AboutHandler::startRequest(const QUrl &url) +bool AboutHandler::startRequest(const QUrl &url, ProtocolHandler::RequestOptions options) { + Q_UNUSED(options) if (url.path() == "blank") { emit this->requestComplete("", "text/gemini"); |
