NOISSUE feature complete setup wizard

This commit is contained in:
Petr Mrázek
2017-01-05 04:05:08 +01:00
parent 4c0db2b99d
commit e1bd1c6145
17 changed files with 1075 additions and 553 deletions

View File

@ -193,6 +193,10 @@ QString TranslationsModel::selectedLanguage()
void TranslationsModel::downloadIndex()
{
if(d->m_index_job || d->m_dl_job)
{
return;
}
qDebug() << "Downloading Translations Index...";
d->m_index_job.reset(new NetJob("Translations Index"));
MetaEntryPtr entry = ENV.metacache()->resolveEntry("translations", "index");