texteditor: introduce a widthFactor to enable non-quadratic text marks

This commit is contained in:
hjk
2011-03-21 17:32:53 +01:00
parent a18d0572bd
commit 6fd2aaaa32
3 changed files with 16 additions and 5 deletions

View File

@@ -73,6 +73,14 @@ ITextMark::Priority ITextMark::priority() const
return m_priority;
}
double ITextMark::widthFactor() const
{
return 1.0;
}
QMap<QString, QString> ITextEditor::openedTextEditorsContents()
{
QMap<QString, QString> workingCopy;