From 2fe061ae4a5485201ecc79b163a2a3771d8f5be4 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Oct 2022 20:36:11 +0200 Subject: FileUpload/Download: Avoid unnecessary virtual functions --- src/client/QXmppDownload.cpp | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/client/QXmppDownload.cpp (limited to 'src/client/QXmppDownload.cpp') 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 -// SPDX-FileCopyrightText: 2022 Linus Jahn -// -// 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. -/// -- cgit v1.2.3