Skip to content

Commit

Permalink
Qtc 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Apr 15, 2019
1 parent 7766c08 commit c26d040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/markdowneditorfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ namespace QtcMarkview {
setEditorWidgetCreator ([]() {
return new QMarkdownTextEdit;
});
setIndenterCreator ([]() {
return new TextEditor::NormalIndenter;
setIndenterCreator ([](QTextDocument *doc) {
return new TextEditor::NormalIndenter (doc);
});
// setSyntaxHighlighterCreator()
}
Expand Down

0 comments on commit c26d040

Please sign in to comment.