libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
downloadfilejob.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2018 Kitsune Ral <Kitsune-Ral@users.sf.net>
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include "basejob.h"
7
8namespace Quotient {
9struct EncryptedFileMetadata;
10
12public:
15 const QString& mediaId);
16
18
20 const QString& localFilename = {});
22
23private:
24 class Private;
26
31};
32} // namespace Quotient
#define QUOTIENT_API