window.cpp: connect searchCancelled signal to proper slot

This commit is contained in:
2018-01-17 22:44:20 +01:00
parent 687f88f226
commit 4b9ccc50da
2 changed files with 2 additions and 4 deletions

4
BUGS
View File

@ -1,4 +1,2 @@
Type to fast and search must be triggered again (queues don't work as intended). Here,
we may need proper mutexes.
SearchWorker: isPending etc. may need proper locking (with mutexes)
Memory leaks(ignored for now due to short-running nature of the application)