diff options
Diffstat (limited to 'src/plugins/glsleditor/glslindenter.h')
-rw-r--r-- | src/plugins/glsleditor/glslindenter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glslindenter.h b/src/plugins/glsleditor/glslindenter.h index bf28a5781f..a1d89c59a9 100644 --- a/src/plugins/glsleditor/glslindenter.h +++ b/src/plugins/glsleditor/glslindenter.h @@ -48,12 +48,12 @@ public: virtual void indentBlock(QTextDocument *doc, const QTextBlock &block, const QChar &typedChar, - TextEditor::BaseTextEditorWidget *editor); + const TextEditor::TabSettings &tabSettings); virtual void indent(QTextDocument *doc, const QTextCursor &cursor, const QChar &typedChar, - TextEditor::BaseTextEditorWidget *editor); + const TextEditor::TabSettings &tabSettings); }; } // Internal |