Mercurial > minori
diff src/gui/widgets/text.cpp @ 76:3364fadc8a36
*: format source code
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 04 Oct 2023 01:46:33 -0400 |
parents | d3e9310598b1 |
children | 6f7385bd334c |
line wrap: on
line diff
--- a/src/gui/widgets/text.cpp Wed Oct 04 01:42:30 2023 -0400 +++ b/src/gui/widgets/text.cpp Wed Oct 04 01:46:33 2023 -0400 @@ -127,8 +127,7 @@ return paragraph; } -LabelledSection::LabelledSection(QString title, QString label, QString data, QWidget* parent) - : QWidget(parent) { +LabelledSection::LabelledSection(QString title, QString label, QString data, QWidget* parent) : QWidget(parent) { QVBoxLayout* layout = new QVBoxLayout(this); header = new Header(title, this);