last code patch from gta5sync

This commit is contained in:
Syping 2017-10-21 05:59:10 +02:00
parent 15255874ff
commit f62b1b08c0
22 changed files with 208 additions and 201 deletions

View file

@ -594,7 +594,7 @@ QString PictureDialog::generatePlayersString()
QString plyrsStr;
if (plyrsList.length() >= 1)
{
foreach (const QString &player, plyrsList)
for (QString player : plyrsList)
{
QString playerName;
if (withDatabase)