Skip to content
Snippets Groups Projects
Commit faf33c1a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

.

parent 72d30efd
Branches
Tags
1 merge request!2011replace two templated classes
......@@ -104,7 +104,7 @@ void Fitpair2DWidget::setJobOrRealItem(QObject* job_item)
QList<QAction*> Fitpair2DWidget::actionList()
{
return QList<QAction*>() << m_resetViewAction << m_togglePropertiesAction;
return {m_resetViewAction, m_togglePropertiesAction};
}
void Fitpair2DWidget::onResetViewAction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment