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
@@ -528,7 +528,7 @@ void LinkSingleElementWidget::diagramWasRemovedFromProject()
// contains the master element linked to the edited element
// we must wait for this elements to be unlinked,
// or else the list of available master isn't up to date
QTimer::singleShot(10, this, SLOT(updateUi()));
QTimer::singleShot(10, this, &LinkSingleElementWidget::updateUi);
}
void LinkSingleElementWidget::showedElementWasDeleted()