NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks
This commit is contained in:
parent
907aa36704
commit
0efa714ba5
10 changed files with 18 additions and 16 deletions
|
@ -51,7 +51,7 @@ void Library::getApplicableFiles(OpSys system, QStringList& jar, QStringList& na
|
|||
}
|
||||
}
|
||||
|
||||
QList< std::shared_ptr< NetAction > > Library::getDownloads(OpSys system, class HttpMetaCache* cache,
|
||||
QList<NetActionPtr> Library::getDownloads(OpSys system, class HttpMetaCache* cache,
|
||||
QStringList& failedFiles, const QString & overridePath) const
|
||||
{
|
||||
QList<NetActionPtr> out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue