Add ITextMark::visible() to make ITextMarks not take any space

Change-Id: Ib07cdc5cbe9a26385f82e6a845d72f218de7b2a6
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Daniel Teske
2012-02-13 19:26:16 +01:00
parent c760f6d424
commit cf4c131541
3 changed files with 7 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ ITextMark::Priority ITextMark::priority() const
return m_priority;
}
bool ITextMark::visible() const
{
return true;
}
double ITextMark::widthFactor() const
{