Fix a formatting issue that snuck in between PRs
This commit is contained in:
parent
5bd5555a51
commit
bf36fcac01
@ -29,8 +29,8 @@
|
||||
static constexpr size_t INPUT_HISTORY_SIZE = 127;
|
||||
|
||||
FilteredTextEdit::FilteredTextEdit(QWidget *parent)
|
||||
: QTextEdit{ parent }
|
||||
, history_index_{ 0 }
|
||||
: QTextEdit{parent}
|
||||
, history_index_{0}
|
||||
{
|
||||
connect(document()->documentLayout(),
|
||||
&QAbstractTextDocumentLayout::documentSizeChanged,
|
||||
|
Loading…
Reference in New Issue
Block a user