Skip to content

qt: fix menus/playlist icon alias

In 68fc976d, the filename itself was updated (adding the ic_ prefix). menus.cpp was also updated, but since menus.cpp depends on the alias name and not the actual filename, this was causing the following warnings:

qt.svg: Cannot open file ':/menu/ic_playlist.svg', because: No such file or directory

Thus, update the alias also.

Merge request reports