work on ical
This commit is contained in:
parent
008027e270
commit
9dd8c26206
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ QVariant IcalendarComponent::getPropertyValue(const QString& property_name) cons
|
|||
}
|
||||
|
||||
QStringList keys = m_properties.keys();
|
||||
auto linq = boolinq::from(keys);
|
||||
auto linq = boolinq::from(keys.begin(), keys.end());
|
||||
QString found_key = linq.firstOrDefault([&](const QString& ky) {
|
||||
int index_sep = ky.indexOf(';');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue