mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
*! Decode the encoded url correctly for auto-pronounce feature.
This commit is contained in:
parent
efcb495165
commit
8162a662b6
|
@ -279,7 +279,7 @@ void ArticleView::playSound()
|
|||
QString( "gdAudioLink;" ) );
|
||||
|
||||
if ( v.type() == QVariant::String )
|
||||
openLink( QUrl( v.toString() ), ui.definition->url() );
|
||||
openLink( QUrl::fromEncoded( v.toString().toUtf8() ), ui.definition->url() );
|
||||
}
|
||||
|
||||
void ArticleView::contextMenuRequested( QPoint const & pos )
|
||||
|
|
Loading…
Reference in a new issue