Skip to content
Snippets Groups Projects
Commit d0d15f8f authored by Benjamin Saunders's avatar Benjamin Saunders Committed by mujx
Browse files

Fix a formatting issue that snuck in between PRs (#123)

parent f4b31046
Branches pushrules
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
static constexpr size_t INPUT_HISTORY_SIZE = 127; static constexpr size_t INPUT_HISTORY_SIZE = 127;
FilteredTextEdit::FilteredTextEdit(QWidget *parent) FilteredTextEdit::FilteredTextEdit(QWidget *parent)
: QTextEdit{ parent } : QTextEdit{parent}
, history_index_{ 0 } , history_index_{0}
{ {
connect(document()->documentLayout(), connect(document()->documentLayout(),
&QAbstractTextDocumentLayout::documentSizeChanged, &QAbstractTextDocumentLayout::documentSizeChanged,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment