mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-15 15:01:02 -04:00
converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt
This commit is contained in:
parent
dcbcc95e41
commit
209355b9a5
63 changed files with 330 additions and 291 deletions
|
@ -775,7 +775,7 @@ void GxsForumThreadWidget::togglethreadview_internal()
|
|||
ui->expandButton->setToolTip(tr("Hide"));
|
||||
// } else {
|
||||
// ui->postText->setVisible(false);
|
||||
// ui->expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||
// ui->expandButton->setIcon(FilesDefs::getIconFromQtResourcePath(QString(":/images/edit_add24.png")));
|
||||
// ui->expandButton->setToolTip(tr("Expand"));
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue