mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Move all icon resources to icon folder root
This commit is contained in:
@@ -353,7 +353,7 @@ void sigAbnormalHandler(int signum)
|
||||
#if !defined(DISABLE_GUI)
|
||||
void showSplashScreen()
|
||||
{
|
||||
QPixmap splashImg(":/icons/skin/splash.png");
|
||||
QPixmap splashImg(":/icons/splash.png");
|
||||
QPainter painter(&splashImg);
|
||||
const QString version = QBT_VERSION;
|
||||
painter.setPen(QPen(Qt::white));
|
||||
|
||||
Reference in New Issue
Block a user