Migrating more SLOT() macros.

This commit is contained in:
Andre Rummler
2026-08-09 12:30:15 +02:00
parent 79cd91bd1c
commit c7ed3229d0
9 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -983,7 +983,7 @@ bool QETDiagramEditor::event(QEvent *e)
if (m_first_show && e->type() == QEvent::WindowActivate)
{
m_first_show = false;
QTimer::singleShot(250, m_element_collection_widget, SLOT(reload()));
QTimer::singleShot(250, m_element_collection_widget, &ElementsCollectionWidget::reload);
}
return(QETMainWindow::event(e));
}