mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Clazy: Add second batch of SIGNAL/SLOT removal
This commit is contained in:
@ -35,7 +35,7 @@ BusyIndicator::BusyIndicator(QWidget *parent)
|
||||
fillColor = palette().color(QPalette::WindowText);
|
||||
|
||||
timer.setInterval(16);
|
||||
connect(&timer, SIGNAL(timeout()), this, SLOT(rotate()));
|
||||
connect(&timer, &QTimer::timeout, this, &BusyIndicator::rotate);
|
||||
timer.start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user