File indexing completed on 2024-05-12 05:01:25

0001 // SPDX-FileCopyrightText: 2023 Tobias Fella <tobias.fella@kde.org>
0002 // SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 #pragma once
0005 
0006 #include <Quotient/jobs/basejob.h>
0007 #include <Quotient/omittable.h>
0008 
0009 class NeochatDeleteDeviceJob : public Quotient::BaseJob
0010 {
0011 public:
0012     explicit NeochatDeleteDeviceJob(const QString &deviceId, const Quotient::Omittable<QJsonObject> &auth = Quotient::none);
0013 };