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
@@ -1033,7 +1033,7 @@ bool GenericPanel::event(QEvent *event) {
if (first_activation_) {
if (event -> type() == QEvent::WindowActivate
|| event -> type() == QEvent::Show) {
QTimer::singleShot(250, this, SLOT(emitFirstActivated()));
QTimer::singleShot(250, this, &GenericPanel::emitFirstActivated);
first_activation_ = false;
}
}