From 79403a004129852af10f0a7d9b8dca0276724d28 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 6 May 2018 20:02:53 +0900 Subject: Remove unused job classes. --- lib/jobs/checkauthmethods.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 lib/jobs/checkauthmethods.h (limited to 'lib/jobs/checkauthmethods.h') diff --git a/lib/jobs/checkauthmethods.h b/lib/jobs/checkauthmethods.h deleted file mode 100644 index 647f3db6..00000000 --- a/lib/jobs/checkauthmethods.h +++ /dev/null @@ -1,40 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2015 Felix Rohrbach - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#pragma once - -#include "basejob.h" - -namespace QMatrixClient -{ - class CheckAuthMethods : public BaseJob - { - public: - CheckAuthMethods(); - virtual ~CheckAuthMethods(); - - QString session(); - - protected: - Status parseJson(const QJsonDocument& data) override; - - private: - class Private; - Private* d; - }; -} -- cgit v1.2.3