forked from qt-creator/qt-creator
Guard against use of editable interface before it's created.
Reviewed-by: Thorbjørn Lindeijer Task-number: QTCREATORBUG-1261
This commit is contained in:
@@ -315,7 +315,7 @@ public:
|
||||
, int at = -1) const;
|
||||
void convertPosition(int pos, int *line, int *column) const;
|
||||
|
||||
ITextEditable *editableInterface() const;
|
||||
BaseTextEditorEditable *editableInterface() const;
|
||||
ITextMarkable *markableInterface() const;
|
||||
|
||||
virtual void triggerCompletions();
|
||||
|
||||
Reference in New Issue
Block a user