mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
remove assert that is being hit always when running debug builds
makes no sense as I have to always patch it out to be able to run a debug build Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
708fcde533
commit
519f38f92c
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ QImage createSvgImageWithCustomColor(const QString &fileName,
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto result = drawSvgWithCustomFillColor(sourceSvg, customColor, originalSize, sizeToUse);
|
const auto result = drawSvgWithCustomFillColor(sourceSvg, customColor, originalSize, sizeToUse);
|
||||||
Q_ASSERT(!result.isNull());
|
|
||||||
|
|
||||||
if (result.isNull()) {
|
if (result.isNull()) {
|
||||||
qCWarning(lcIconUtils) << "Failed to load pixmap for" << fileName;
|
qCWarning(lcIconUtils) << "Failed to load pixmap for" << fileName;
|
||||||
|
|
Loading…
Reference in a new issue