forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user