Coding style fixes.

This commit is contained in:
Felix Geyer 2012-06-30 00:22:07 +02:00
parent ca13ad8d25
commit ee3bc89a54
9 changed files with 22 additions and 11 deletions

View file

@ -223,7 +223,8 @@ void EntryAttributes::clear()
Q_EMIT modified();
}
int EntryAttributes::attributesSize() {
int EntryAttributes::attributesSize()
{
int size = 0;
QMapIterator<QString, QString> i(m_attributes);