mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
2ae75daf61
commit
618aa68822
@ -21,7 +21,7 @@ class SortAction(QAction):
|
||||
self.triggered.connect(self)
|
||||
|
||||
def __call__(self):
|
||||
self.sort_requested(self.key, self.ascending)
|
||||
self.sort_requested.emit(self.key, self.ascending)
|
||||
|
||||
class SortByAction(InterfaceAction):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user