aboutsummaryrefslogtreecommitdiff
path: root/launcher/screenshots/ImgurUpload.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-01 20:15:39 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-25 11:09:25 -0700
commit418677ef310ebde9e2ce6fa98e224b6d4d1aa9f4 (patch)
tree77a13e01c91575bced101f6b899577d6294d5596 /launcher/screenshots/ImgurUpload.h
parent9c10965997d873b0de56deef5d5ec5e768db1d8f (diff)
downloadPrismLauncher-418677ef310ebde9e2ce6fa98e224b6d4d1aa9f4.tar.gz
PrismLauncher-418677ef310ebde9e2ce6fa98e224b6d4d1aa9f4.tar.bz2
PrismLauncher-418677ef310ebde9e2ce6fa98e224b6d4d1aa9f4.zip
refactor: override / mask static `make` functions for ApiDownload
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/screenshots/ImgurUpload.h')
-rw-r--r--launcher/screenshots/ImgurUpload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/screenshots/ImgurUpload.h b/launcher/screenshots/ImgurUpload.h
index 404dc876..e8a6d8d7 100644
--- a/launcher/screenshots/ImgurUpload.h
+++ b/launcher/screenshots/ImgurUpload.h
@@ -46,6 +46,7 @@ public:
static Ptr make(ScreenShot::Ptr shot) {
return Ptr(new ImgurUpload(shot));
}
+ void init() override {};
protected
slots: