TextEditor: Make TextEditorSettings all static

Move the fading indicator to the widget

Change-Id: I762c46845153c93c75ea0198c993b655559fad3b
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-12-18 10:28:00 +02:00
committed by Orgad Shaneh
parent 0f8a3abb8b
commit 3f46e3da30
4 changed files with 15 additions and 23 deletions

View File

@@ -479,8 +479,6 @@ signals:
void assistFinished(); // Used in tests.
void readOnlyChanged();
void requestFontZoom(int zoom);
void requestZoomReset();
void requestBlockUpdate(const QTextBlock &);
protected: