rename snake_case to camelCase

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 44894a29b1)
This commit is contained in:
Trial97
2024-10-27 03:05:30 +02:00
committed by github-actions[bot]
parent 3d55236fdf
commit 1d9c97803a
7 changed files with 38 additions and 38 deletions

View File

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