change order in initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user