mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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:
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue