mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
Fix formatting
This commit is contained in:
parent
37b9fad3b1
commit
a9906e06b3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ QVariant TimeZoneModel::data(const QModelIndex &index, int role) const
|
|||
case CityRole:
|
||||
if (currentData.city.isEmpty())
|
||||
return currentData.id;
|
||||
}
|
||||
}
|
||||
return currentData.city;
|
||||
case CommentRole:
|
||||
return currentData.comment;
|
||||
|
|
|
|||
Loading…
Reference in a new issue