refactor: Resolve some clang warnings (#915)

This commit is contained in:
Murat Seker
2020-08-02 22:35:09 +02:00
committed by GitHub
parent 031b9a6b7c
commit d183c630c8
18 changed files with 36 additions and 34 deletions

View File

@@ -41,7 +41,7 @@ const QVector<QVariantMap> HyperionIManager::getInstanceData()
void HyperionIManager::startAll()
{
for(const auto entry : _instanceTable->getAllInstances(true))
for(const auto & entry : _instanceTable->getAllInstances(true))
{
startInstance(entry["instance"].toInt());
}