refactor: move creation of CF file download task to a separate function

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-07-21 16:43:08 -03:00
parent 72d2ca234e
commit ebd46705d5
2 changed files with 57 additions and 99 deletions

View File

@ -23,6 +23,7 @@ class FlameCreationTask final : public InstanceCreationTask {
private slots:
void idResolverSucceeded(QEventLoop&);
void setupDownloadJob(QEventLoop&);
private:
QWidget* m_parent = nullptr;