Skip to content

Commit

Permalink
disable debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Oct 8, 2024
1 parent a57a6ab commit 56d68d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,13 @@ QVariant TextBrowserViewer::loadOneResource(int type, const QUrl& name) {
if (img.save(&save_buf, "JPG", 100)) {
save_buf.close();

/*
IOFactory::writeFile(QSL("%1%2.jpg")
.arg(name.toString(QUrl::ComponentFormattingOption::FullyEncoded),
QString::number(acceptable_width))
.remove(QRegularExpression(":|\\/")),
save_arr);
*/

resource_data_all_sizes.insert(acceptable_width, save_arr);
}
Expand Down

0 comments on commit 56d68d6

Please sign in to comment.