mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-13 18:14:13 +02:00
Migrating more SLOT() macros.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user