missing header
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
81282bf7e0
commit
4cd236ed80
4 changed files with 7 additions and 3 deletions
|
@ -26,7 +26,8 @@
|
|||
#include "tasks/Task.h"
|
||||
|
||||
ArchiveJavaDownloader::ArchiveJavaDownloader(QUrl url, QString final_path, QString checksumType, QString checksumHash)
|
||||
: m_url(url), m_final_path(final_path), m_checksum_type(checksumType), m_checksum_hash(checksumHash){};
|
||||
: m_url(url), m_final_path(final_path), m_checksum_type(checksumType), m_checksum_hash(checksumHash)
|
||||
{}
|
||||
|
||||
void ArchiveJavaDownloader::executeTask()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue