Fix typo.

aka project might be still alive commit
This commit is contained in:
Felix Geyer 2011-06-25 23:10:42 +02:00
parent cfb55828b6
commit 2adf3770b0

View File

@ -224,7 +224,7 @@ void Entry::addAttribute(const QString& key, const QString& value, bool protect)
m_protectedAttributes.insert(key); m_protectedAttributes.insert(key);
} }
// TODO add all visible oclumns // TODO add all visible columns
if (key == "Title") { if (key == "Title") {
Q_EMIT dataChanged(this); Q_EMIT dataChanged(this);
} }