minor docstring fix
This commit is contained in:
parent
f0fedf6ab8
commit
f16bd9a9a8
@ -150,7 +150,7 @@ class QueryOp(Generic[T]):
|
|||||||
to a frozen UI
|
to a frozen UI
|
||||||
|
|
||||||
Be careful not to call any UI routines in `op`, as that may crash Qt.
|
Be careful not to call any UI routines in `op`, as that may crash Qt.
|
||||||
This includes things select .selectedCards() in the browse screen.
|
This includes things like .selectedCards() in the browse screen.
|
||||||
|
|
||||||
`success` will be called with the return value of op().
|
`success` will be called with the return value of op().
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user