mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
switched all image outputs to jpeg format instead of png
This commit is contained in:
parent
f65a761c9d
commit
0a8f4b1b6e
14 changed files with 16 additions and 16 deletions
|
|
@ -164,7 +164,7 @@ void ChannelPostDelegate::paint(QPainter * painter, const QStyleOptionViewItem &
|
|||
// {
|
||||
// QFile file("yourFile.png");
|
||||
// file.open(QIODevice::WriteOnly);
|
||||
// pixmap.save(&file, "PNG");
|
||||
// pixmap.save(&file, "JPG");
|
||||
// file.close();
|
||||
// }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue