Make some Group methods private.

This commit is contained in:
Felix Geyer 2011-07-08 13:57:02 +02:00
parent b4367a7ea1
commit 4dbdc4d847
13 changed files with 43 additions and 20 deletions

View file

@ -55,6 +55,7 @@ QIcon Entry::icon() const
return DatabaseIcons::icon(m_iconNumber);
}
else {
// TODO check if m_db is 0
return m_db->metadata()->customIcon(m_customIcon);
}
}