mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
opt: webview history navigation
This commit is contained in:
parent
67a388455c
commit
dc4647069d
|
@ -1430,7 +1430,8 @@ QString ArticleView::getTitle()
|
||||||
|
|
||||||
QString ArticleView::getWord() const
|
QString ArticleView::getWord() const
|
||||||
{
|
{
|
||||||
return currentWord;
|
return webview->history()->currentItem().title();
|
||||||
|
// return currentWord;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ArticleView::print( QPrinter * printer ) const
|
void ArticleView::print( QPrinter * printer ) const
|
||||||
|
|
Loading…
Reference in a new issue