mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
remove dead assignment in mediawiki.cc
This commit is contained in:
parent
9fb33d10bd
commit
30a61c0ee0
|
@ -509,7 +509,6 @@ void MediaWikiArticleRequest::requestFinished( QNetworkReply * r )
|
|||
"<a href=\"" + wikiUrl.scheme().toStdString() + "://\\1\"><img src=\"qrcx://localhost/icons/playsound.png\" border=\"0\" alt=\"Play\"></a>" ) );
|
||||
// In those strings, change any underscores to spaces
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||
pos = 0;
|
||||
QRegularExpression rxLink( "<a\\s+href=\"[^/:\">#]+" );
|
||||
it = rxLink.globalMatch( articleString );
|
||||
while( it.hasNext() )
|
||||
|
|
Loading…
Reference in a new issue