mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1a96698791
commit
1f21935414
@ -377,6 +377,7 @@ class Lookup(QWidget):
|
|||||||
return
|
return
|
||||||
self.current_source = self.url_template
|
self.current_source = self.url_template
|
||||||
url = self.current_source.format(word=query)
|
url = self.current_source.format(word=query)
|
||||||
|
_('meaning') # to be used later
|
||||||
self.view.load(QUrl(url))
|
self.view.load(QUrl(url))
|
||||||
self.current_query = query
|
self.current_query = query
|
||||||
self.update_refresh_button_status()
|
self.update_refresh_button_status()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user