change order in initialization

This commit is contained in:
2023-11-15 23:29:11 +01:00
parent 882eaf3534
commit bca4f0d2af
2 changed files with 262 additions and 1 deletions

View File

@@ -44,8 +44,8 @@ RichTextEditorToolBar::RichTextEditorToolBar(RichTextEditor *editor,
m_link_action(new QAction(this)),
m_image_action(new QAction(this)),
m_color_action(new ColorAction(this)),
m_font_family_input(new QFontComboBox(this)),
m_font_size_input(new QComboBox),
m_font_family_input(new QFontComboBox(this)),
m_editor(editor)
{
// Font comboBox