aboutsummaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'jobs')
-rw-r--r--jobs/checkauthmethods.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/checkauthmethods.cpp b/jobs/checkauthmethods.cpp
index f471c135..c93bf802 100644
--- a/jobs/checkauthmethods.cpp
+++ b/jobs/checkauthmethods.cpp
@@ -60,4 +60,5 @@ QString CheckAuthMethods::apiPath() const
BaseJob::Status CheckAuthMethods::parseJson(const QJsonDocument& data)
{
// TODO
+ return { BaseJob::StatusCode::UserDefinedError, "Not implemented" };
}