diff --git a/kcms/time/timezonemodel.cpp b/kcms/time/timezonemodel.cpp index 33504094..0d4d18b7 100644 --- a/kcms/time/timezonemodel.cpp +++ b/kcms/time/timezonemodel.cpp @@ -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;