diff options
Diffstat (limited to 'src/client/QXmppDownload.cpp')
| -rw-r--r-- | src/client/QXmppDownload.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/client/QXmppDownload.cpp b/src/client/QXmppDownload.cpp new file mode 100644 index 00000000..0ece1906 --- /dev/null +++ b/src/client/QXmppDownload.cpp @@ -0,0 +1,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. +/// |
