Fix deleting of quickmarks with ctrl-d
This commit is contained in:
parent
263ecee1a3
commit
73cd0e01ef
@ -192,4 +192,4 @@ class UrlCompletionModel(base.BaseCompletionModel):
|
||||
sibling = index.sibling(index.row(), self.TEXT_COLUMN)
|
||||
qtutils.ensure_valid(sibling)
|
||||
name = sibling.data()
|
||||
quickmark_manager.quickmark_del(name)
|
||||
quickmark_manager.delete(name)
|
||||
|
Loading…
Reference in New Issue
Block a user