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
|
@ -31,7 +31,8 @@ struct File {
|
|||
};
|
||||
|
||||
ManifestJavaDownloader::ManifestJavaDownloader(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 ManifestJavaDownloader::executeTask()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue