aboutsummaryrefslogtreecommitdiff
path: root/src/filehandler.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-18 19:28:19 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-18 19:28:19 +0200
commit151323b0c75464318881c3f96f2c3f558e63ca99 (patch)
treede02a710cf6109f6b53cef50953d5a5200cee343 /src/filehandler.cpp
parentfe7effa97f20a8c09c65617d8346b1c75d1f7a8e (diff)
downloadkristall-151323b0c75464318881c3f96f2c3f558e63ca99.tar.gz
Fixes warnings and compile errors that didn't trigger without recomple.
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;
}