Move all icon resources to icon folder root

This commit is contained in:
jagannatharjun 2020-05-18 20:30:51 +05:30
parent 841536c9c5
commit ab91d546e5
166 changed files with 353 additions and 396 deletions

View file

@ -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));