forked from qt-creator/qt-creator
Remove ITextMark::documentClosing()
Noone reimplements it anyway. Change-Id: Ib25e0454aa84424630d2477795bf276579c09a08 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -59,9 +59,6 @@ void ITextMark::updateBlock(const QTextBlock &)
|
||||
void ITextMark::removedFromEditor()
|
||||
{}
|
||||
|
||||
void ITextMark::documentClosing()
|
||||
{}
|
||||
|
||||
void ITextMark::setIcon(const QIcon &icon)
|
||||
{
|
||||
m_icon = icon;
|
||||
|
||||
Reference in New Issue
Block a user