Fix a typo

This commit is contained in:
Méven Car 2023-05-09 11:20:34 +02:00
parent 5887d1d852
commit 2b877de270

View file

@ -112,7 +112,7 @@ QHash<QByteArray, QVariant> KBalooRolesProvider::roleValues(const Baloo::File &f
});
values.insert(role, propertyInfo.formatAsDisplayString(list));
} else {
if (propertyInfo.valueTypeId() == QMetaType::Type::DateTime) {
if (propertyInfo.valueTypeId() == QMetaType::Type::QDateTime) {
// Let dolphin format later Dates
values.insert(role, (*rangeBegin).second);
} else {