mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Move all icon resources to icon folder root
This commit is contained in:
parent
841536c9c5
commit
ab91d546e5
166 changed files with 353 additions and 396 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue