45 QDesignerTaskMenu(lineEdit, parent),
46 m_editTextAction(
new QAction(tr(
"Change text..."),
this))
49 connect(m_editTextAction, &QAction::triggered, editor, &LineEditTaskMenuInlineEditor::editText);
50 m_taskActions.append(m_editTextAction);
52 QAction *sep =
new QAction(
this);
53 sep->setSeparator(
true);
54 m_taskActions.append(sep);