Fix FetchFlameAPIKey compile error
This commit is contained in:
parent
491cb1e5a2
commit
31d99a35e7
@ -24,7 +24,7 @@
|
|||||||
#include <ui/dialogs/CustomMessageBox.h>
|
#include <ui/dialogs/CustomMessageBox.h>
|
||||||
#include <ui/dialogs/ProgressDialog.h>
|
#include <ui/dialogs/ProgressDialog.h>
|
||||||
|
|
||||||
FetchFlameAPIKey::FetchFlameAPIKey(QObject* parent) : Task{ parent } {}
|
FetchFlameAPIKey::FetchFlameAPIKey() : Task{} {}
|
||||||
|
|
||||||
// Here, we fetch the official CurseForge API key from the files of the
|
// Here, we fetch the official CurseForge API key from the files of the
|
||||||
// CurseForge app. We range-request the specific ~84KiB zlib block inside the
|
// CurseForge app. We range-request the specific ~84KiB zlib block inside the
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
class FetchFlameAPIKey : public Task {
|
class FetchFlameAPIKey : public Task {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit FetchFlameAPIKey(QObject* parent = nullptr);
|
explicit FetchFlameAPIKey();
|
||||||
|
|
||||||
QString m_result;
|
QString m_result;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user