aboutsummaryrefslogtreecommitdiff
path: root/src/filehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/filehandler.cpp')
-rw-r--r--src/filehandler.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}