rename snake_case to camelCase

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-10-27 03:05:30 +02:00
parent 8daa1219a5
commit 44894a29b1
7 changed files with 38 additions and 38 deletions

View File

@ -99,7 +99,7 @@ void ModPage::triggerSearch()
updateSelectionButton();
static_cast<ModModel*>(m_model)->searchWithTerm(getSearchTerm(), m_ui->sortByBox->currentData().toUInt(), changed);
m_fetch_progress.watch(m_model->activeSearchJob().get());
m_fetchProgress.watch(m_model->activeSearchJob().get());
}
QMap<QString, QString> ModPage::urlHandlers() const