Add webp validIconExtensions
Add webp to list of valid file extensions for Icons Signed-off-by: Kurumi78 <30587387+Kurumi78@users.noreply.github.com>
This commit is contained in:
parent
828acef7e9
commit
4ea7132bdf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "FileSystem.h"
|
||||
|
||||
namespace {
|
||||
static const QStringList validIconExtensions = { { "svg", "png", "ico", "gif", "jpg", "jpeg" } };
|
||||
static const QStringList validIconExtensions = { { "svg", "png", "ico", "gif", "jpg", "jpeg", "webp" } };
|
||||
}
|
||||
|
||||
namespace IconUtils {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue