forked from qt-creator/qt-creator
Move BaseTextDocument::documentClosing to BaseTextDocumentLayout
Centralizing mark handling Change-Id: Ie29c15d97aa171fbf3516d4242fe3f962091477a Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -110,7 +110,6 @@ signals:
|
||||
private:
|
||||
void cleanWhitespace(QTextCursor &cursor, bool cleanIndentation, bool inEntireDocument);
|
||||
void ensureFinalNewLine(QTextCursor &cursor);
|
||||
void documentClosing();
|
||||
|
||||
BaseTextDocumentPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user