Fix formatting

This commit is contained in:
Carl Schwan 2023-09-21 20:06:40 +02:00
parent 37b9fad3b1
commit a9906e06b3
No known key found for this signature in database
GPG key ID: 02325448204E452A

View file

@ -75,7 +75,7 @@ QVariant TimeZoneModel::data(const QModelIndex &index, int role) const
case CityRole: case CityRole:
if (currentData.city.isEmpty()) if (currentData.city.isEmpty())
return currentData.id; return currentData.id;
} }
return currentData.city; return currentData.city;
case CommentRole: case CommentRole:
return currentData.comment; return currentData.comment;