TextEditors: Generalize update mechanism when editors become visible

Generalizes the special handling of font settings, which should only be
applied (on the document) when an editor is or becomes visible.

Change-Id: Icd1e3ba4355e1ff4a837c9679b537cc3f5ed7ea9
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-02-06 12:41:29 +01:00
parent 757a5a2867
commit 99dec87406
4 changed files with 16 additions and 14 deletions

View File

@@ -343,6 +343,7 @@ private:
protected:
virtual BaseTextEditor *createEditor() = 0;
virtual void triggerPendingUpdates();
virtual void applyFontSettings();
private slots: