8#include <albert/export.h>
19 FileDownloader(
const QUrl &url,
const QString &path, QObject *parent =
nullptr);
28 void finished(
bool success,
const QString &path_or_error);
32 Q_INVOKABLE
void _start();
Definition filedownloader.h:15
const QString path
Definition filedownloader.h:24
const QUrl url
Definition filedownloader.h:23
FileDownloader(const QUrl &url, const QString &path, QObject *parent=nullptr)
void finished(bool success, const QString &path_or_error)
Definition backgroundexecutor.h:12