forked from qt-creator/qt-creator
TextEditors: Update block revisions only once per document
Instead of once per editor. Also remove a related unused function. Change-Id: I4bcd86b9b0ec61b87500e546cf2138ec5d854561 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -378,8 +378,6 @@ public:
|
||||
const DisplaySettings &displaySettings() const;
|
||||
const MarginSettings &marginSettings() const;
|
||||
|
||||
void markBlocksAsChanged(QList<int> blockNumbers);
|
||||
|
||||
void ensureCursorVisible();
|
||||
|
||||
enum ExtraSelectionKind {
|
||||
@@ -496,7 +494,6 @@ protected:
|
||||
protected slots:
|
||||
virtual void slotUpdateExtraArea();
|
||||
virtual void slotUpdateExtraAreaWidth();
|
||||
virtual void slotModificationChanged(bool);
|
||||
virtual void slotUpdateRequest(const QRect &r, int dy);
|
||||
virtual void slotCursorPositionChanged();
|
||||
virtual void slotUpdateBlockNotify(const QTextBlock &);
|
||||
|
||||
Reference in New Issue
Block a user