diff options
Diffstat (limited to 'src/collection.cpp')
-rw-r--r-- | src/collection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/collection.cpp b/src/collection.cpp index 0e37523..b2dbb6f 100644 --- a/src/collection.cpp +++ b/src/collection.cpp @@ -258,9 +258,9 @@ bool Collection::modifyField(FieldPtr newField_) { // keep track of if the entry groups will need to be reset bool resetGroups = false; - // if format is different, go ahead and tqinvalidate all formatted entry values + // if format is different, go ahead and invalidate all formatted entry values if(oldField->formatFlag() != newField_->formatFlag()) { - // tqinvalidate cached format strings of all entry attributes of this name + // invalidate cached format strings of all entry attributes of this name for(EntryVecIt it = m_entries.begin(); it != m_entries.end(); ++it) { it->invalidateFormattedFieldValue(fieldName); } |