![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <downloadkjob.h>
Public Slots | |
void | progress (double currSpeed, qint64 received, qint64 total) |
Public Member Functions | |
DownloadKJob (const QUrl &url, const QString &path, const QString &fileName, QObject *parent=nullptr) | |
void | start () |
void | updateDescription () |
Definition at line 25 of file downloadkjob.h.
DownloadKJob::DownloadKJob | ( | const QUrl & | url, |
const QString & | path, | ||
const QString & | fileName, | ||
QObject * | parent = nullptr |
||
) |
Definition at line 20 of file downloadkjob.cpp.
|
slot |
Definition at line 39 of file downloadkjob.cpp.
void DownloadKJob::start | ( | ) |
Definition at line 28 of file downloadkjob.cpp.
void DownloadKJob::updateDescription | ( | ) |
Definition at line 32 of file downloadkjob.cpp.