first steps for a refactoring overlay system.

As side effect we can now play a bit with visualizing extra selections
This commit is contained in:
mae
2009-11-25 15:55:45 +01:00
parent fbcd670854
commit 53a3071580
7 changed files with 387 additions and 37 deletions

View File

@@ -52,6 +52,7 @@ namespace TextEditor {
namespace Internal {
class BaseTextEditorPrivate;
class TextEditorOverlay;
}
class ITextMark;
@@ -445,6 +446,7 @@ private slots:
private:
Internal::BaseTextEditorPrivate *d;
friend class Internal::BaseTextEditorPrivate;
friend class Internal::TextEditorOverlay;
public:
QWidget *extraArea() const;