aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppDownload.cpp
blob: 0ece190691ca0c90e38cc87a240d2cab57677b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-FileCopyrightText: 2022 Jonah Brüchert <jbb@kaidan.im>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "QXmppDownload.h"

///
/// \class QXmppDownload
///
/// \brief Provides progress of stateless file sharing uploads.
///
/// \since QXmpp 1.5
///

///
/// \typedef QXmppDownload::Result
///
/// \brief Contains QXmpp::Success (successfully finished), QXmpp::Cancelled (manually cancelled)
/// or QXmppError (an error occured while downloading).
///

///
/// \fn QXmppDownload::finished
///
/// Emitted when the download has finished.
///