forked from qt-creator/qt-creator
TextEditor: Further *Editor/*EditorWidget disentangling
In most cases, the *Editor constructor does not need to access the *EditorWidget. Change-Id: I1f5c076a0f723d5d82b398e8c250c7bd1d47eb17 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -54,8 +54,7 @@ class DIFFEDITOR_EXPORT SelectableTextEditorWidget
|
||||
public:
|
||||
SelectableTextEditorWidget(QWidget *parent = 0);
|
||||
~SelectableTextEditorWidget();
|
||||
void setSelections(const QMap<int,
|
||||
QList<DiffSelection> > &selections) {
|
||||
void setSelections(const QMap<int, QList<DiffSelection> > &selections) {
|
||||
m_selections = selections;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user