mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
forget to commit this
This commit is contained in:
parent
246029736d
commit
c6c767a67e
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ bool RsHtml::makeEmbeddedImage(const QImage &originalImage, QString &embeddedIma
|
||||||
{
|
{
|
||||||
rstime::RsScopeTimer s("Embed image");
|
rstime::RsScopeTimer s("Embed image");
|
||||||
QImage opt;
|
QImage opt;
|
||||||
return ImageUtil::optimizeSize(embeddedImage, originalImage, opt, maxPixels, maxBytes);
|
return ImageUtil::optimizeSizeHtml(embeddedImage, originalImage, opt, maxPixels, maxBytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString RsHtml::plainText(const QString &text)
|
QString RsHtml::plainText(const QString &text)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue