mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
opt: change the svg to png to suppress qt.svg warning
This commit is contained in:
parent
2ce8f72da1
commit
7de7a14d66
BIN
icons/lsasound.png
Normal file
BIN
icons/lsasound.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
|
@ -68,7 +68,7 @@
|
|||
<file>icons/playsound_color.svg</file>
|
||||
<file>icons/sounddir.svg</file>
|
||||
<file>icons/zipsound.svg</file>
|
||||
<file>icons/lsasound.svg</file>
|
||||
<file>icons/lsasound.png</file>
|
||||
<file>icons/previous.svg</file>
|
||||
<file>icons/print.svg</file>
|
||||
<file>icons/programs.svg</file>
|
||||
|
|
|
@ -483,7 +483,7 @@ void LsaDictionary::loadIcon() noexcept
|
|||
|
||||
if ( !loadIconFromFile( fileName ) ) {
|
||||
// Load failed -- use default icons
|
||||
dictionaryIcon = QIcon( ":/icons/lsasound.svg" );
|
||||
dictionaryIcon = QIcon( ":/icons/lsasound.png" );
|
||||
}
|
||||
|
||||
dictionaryIconLoaded = true;
|
||||
|
|
Loading…
Reference in a new issue