Fossil: Replace one qAsConst

Change-Id: Ia03f9aa81d41e03b9611da823c6999082d243864
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-05-19 16:44:53 +02:00
parent c597961d7d
commit 0c425540de

View File

@@ -834,7 +834,7 @@ void FossilPluginPrivate::updateActions(VcsBase::VcsBasePluginPrivate::ActionSta
m_revertFile->setParameter(filename);
m_statusFile->setParameter(filename);
for (QAction *repoAction : qAsConst(m_repositoryActionList))
for (QAction *repoAction : std::as_const(m_repositoryActionList))
repoAction->setEnabled(repoEnabled);
}