mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Use qt5 syntax for a few remaining SLOT()
This commit is contained in:
committed by
sledgehammer999
parent
e33df4dd8c
commit
800f966df9
@@ -329,7 +329,7 @@ void showSplashScreen()
|
||||
painter.drawText(224 - painter.fontMetrics().width(version), 270, version);
|
||||
QSplashScreen *splash = new QSplashScreen(splash_img);
|
||||
splash->show();
|
||||
QTimer::singleShot(1500, splash, SLOT(deleteLater()));
|
||||
QTimer::singleShot(1500, splash, &QObject::deleteLater);
|
||||
qApp->processEvents();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user