mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Merge pull request #7506 from nextcloud/bugfix/removeAssertInIconUtils
remove assert that is being hit always when running debug builds
This commit is contained in:
commit
336c5d1213
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);
|
||||
Q_ASSERT(!result.isNull());
|
||||
|
||||
if (result.isNull()) {
|
||||
qCWarning(lcIconUtils) << "Failed to load pixmap for" << fileName;
|
||||
|
|
Loading…
Reference in a new issue