save
This commit is contained in:
parent
1abbf33ca0
commit
053c37c71f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ MRichTextEdit::MRichTextEdit(QWidget* parent) : QWidget(parent) {
|
||||||
<< tr("Monospace");
|
<< tr("Monospace");
|
||||||
m_ui.f_paragraph->addItems(m_paragraphItems);
|
m_ui.f_paragraph->addItems(m_paragraphItems);
|
||||||
|
|
||||||
connect(m_ui.f_paragraph, &QComboBox::activated, this, &MRichTextEdit::textStyle);
|
connect(m_ui.f_paragraph, QOverload<int>::of(&QComboBox::activated), this, &MRichTextEdit::textStyle);
|
||||||
|
|
||||||
// undo & redo
|
// undo & redo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue