aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppDownload.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-10-02 20:36:11 +0200
committerLinus Jahn <lnj@kaidan.im>2022-10-02 23:01:13 +0200
commit2fe061ae4a5485201ecc79b163a2a3771d8f5be4 (patch)
treee81733ee9eec3cb347780b45522f4e2a4ee44aab /src/client/QXmppDownload.cpp
parentada1907bb5f22e0820e1d1d8004cc23f2246e74b (diff)
downloadqxmpp-2fe061ae4a5485201ecc79b163a2a3771d8f5be4.tar.gz
FileUpload/Download: Avoid unnecessary virtual functions
Diffstat (limited to 'src/client/QXmppDownload.cpp')
-rw-r--r--src/client/QXmppDownload.cpp45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/client/QXmppDownload.cpp b/src/client/QXmppDownload.cpp
deleted file mode 100644
index e57b1956..00000000
--- a/src/client/QXmppDownload.cpp
+++ /dev/null
@@ -1,45 +0,0 @@
-// SPDX-FileCopyrightText: 2022 Jonah BrĂ¼chert <jbb@kaidan.im>
-// SPDX-FileCopyrightText: 2022 Linus Jahn <lnj@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
-///
-
-///
-/// \enum QXmppDownload::HashVerificationResult
-///
-/// Describes the result of the hash verification.
-///
-
-///
-/// \struct QXmppDownload::Downloaded
-///
-/// Indicates that the file could be downloaded.
-///
-
-///
-/// \var QXmppDownload::Downloaded::hashVerificationResult
-///
-/// Describes the result of the hash verification.
-///
-
-///
-/// \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.
-///