Implement XML Writer (maybe even works!)

This commit is contained in:
Felix Geyer 2010-08-18 22:57:26 +02:00
parent 8d623f37ca
commit 2b939617bb
7 changed files with 416 additions and 0 deletions

View file

@ -46,6 +46,16 @@ QImage Entry::icon() const
return Database::icon(m_iconNumber);
}
int Entry::iconNumber() const
{
return m_iconNumber;
}
Uuid Entry::iconUuid() const
{
return m_customIcon;
}
QColor Entry::foregroundColor() const
{
return m_foregroundColor;