From 151323b0c75464318881c3f96f2c3f558e63ca99 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Thu, 18 Jun 2020 19:28:19 +0200 Subject: Fixes warnings and compile errors that didn't trigger without recomple. --- src/filehandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/filehandler.cpp') diff --git a/src/filehandler.cpp b/src/filehandler.cpp index a3012ba..a8e2e24 100644 --- a/src/filehandler.cpp +++ b/src/filehandler.cpp @@ -34,10 +34,10 @@ bool FileHandler::startRequest(const QUrl &url) bool FileHandler::isInProgress() const { - + return false; } bool FileHandler::cancelRequest() { - + return true; } -- cgit v1.2.3