Split in two the options
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cebb4dd17a
commit
db9f5f44e0
17 changed files with 55 additions and 22 deletions
|
@ -31,6 +31,7 @@ QHash<ResourceModel*, bool> ResourceModel::s_running_models;
|
|||
ResourceModel::ResourceModel(ResourceAPI* api) : QAbstractListModel(), m_api(api)
|
||||
{
|
||||
s_running_models.insert(this, true);
|
||||
m_current_info_job.setMaxConcurrent(APPLICATION->settings()->get("NumberOfConcurrentDownloads").toInt());
|
||||
}
|
||||
|
||||
ResourceModel::~ResourceModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue