Move new icons to their own theme folder.

This commit is contained in:
sledgehammer999 2017-01-11 17:58:33 +02:00
parent 69da12e6b2
commit c384cc8c8c
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
159 changed files with 86 additions and 86 deletions

View file

@ -155,7 +155,7 @@ void StatusBar::showRestartRequired()
// Restart required notification
const QString restartText = tr("qBittorrent needs to be restarted");
QLabel *restartIconLbl = new QLabel(m_bar);
restartIconLbl->setPixmap(QPixmap(":/icons/oxygen/dialog-warning.png").scaled(QSize(24,24)));
restartIconLbl->setPixmap(QPixmap(":/icons/qbt-theme/dialog-warning.png").scaled(QSize(24,24)));
restartIconLbl->setToolTip(restartText);
m_bar->insertWidget(0, restartIconLbl);
QLabel *restartLbl = new QLabel(m_bar);