forked from qt-creator/qt-creator
Fossil: Replace one qAsConst
Change-Id: Ia03f9aa81d41e03b9611da823c6999082d243864 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user