9 lines
139 B
C++
9 lines
139 B
C++
|
#include "network-web/downloader.h"
|
||
|
|
||
|
|
||
|
Downloader::Downloader(QObject *parent) : QObject(parent) {
|
||
|
}
|
||
|
|
||
|
Downloader::~Downloader() {
|
||
|
}
|