mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1725 from xiaoyifang/opt/article-history
opt: webview history navigation
This commit is contained in:
commit
b3a1cb45f7
|
@ -1430,7 +1430,8 @@ QString ArticleView::getTitle()
|
|||
|
||||
QString ArticleView::getWord() const
|
||||
{
|
||||
return currentWord;
|
||||
return webview->history()->currentItem().title();
|
||||
// return currentWord;
|
||||
}
|
||||
|
||||
void ArticleView::print( QPrinter * printer ) const
|
||||
|
|
Loading…
Reference in a new issue