aboutsummaryrefslogtreecommitdiff
path: root/launcher/net/ApiDownload.cpp
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-01 20:31:23 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-25 11:09:26 -0700
commit6db906d62378a040e55c35f196d208bed7aebbef (patch)
tree15553bfad84a024c87cc9ee8874a615068a5bf7c /launcher/net/ApiDownload.cpp
parent418677ef310ebde9e2ce6fa98e224b6d4d1aa9f4 (diff)
downloadPrismLauncher-6db906d62378a040e55c35f196d208bed7aebbef.tar.gz
PrismLauncher-6db906d62378a040e55c35f196d208bed7aebbef.tar.bz2
PrismLauncher-6db906d62378a040e55c35f196d208bed7aebbef.zip
chore: format
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/net/ApiDownload.cpp')
-rw-r--r--launcher/net/ApiDownload.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/net/ApiDownload.cpp b/launcher/net/ApiDownload.cpp
index 69b39c4a..df476ce8 100644
--- a/launcher/net/ApiDownload.cpp
+++ b/launcher/net/ApiDownload.cpp
@@ -17,10 +17,10 @@
*
*/
+#include "net/ApiDownload.h"
#include "ByteArraySink.h"
#include "ChecksumValidator.h"
#include "MetaCacheSink.h"
-#include "net/ApiDownload.h"
#include "net/NetAction.h"
namespace Net {
@@ -57,7 +57,6 @@ auto ApiDownload::makeFile(QUrl url, QString path, Options options) -> Download:
return dl;
}
-
void ApiDownload::init()
{
qDebug() << "Setting up api download";