libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
mxcreply.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Tobias Fella <fella@posteo.de>
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include "util.h"
7
8#include "events/filesourceinfo.h"
9
10#include <QtNetwork/QNetworkReply>
11
12namespace Quotient {
14{
16public:
17 explicit MxcReply();
20
22
23public Q_SLOTS:
25
26protected:
28
29private:
30 class Private;
32};
33}
#define QUOTIENT_API