Debounce input from the search edit

This makes writing there a little bit more pleasant
This commit is contained in:
Luis Ángel San Martín
2023-06-03 20:25:14 +02:00
parent c30e1c6829
commit 16faacec65
5 changed files with 331 additions and 2 deletions

4
third_party/KDToolBox/KDToolBox.pri vendored Normal file
View File

@ -0,0 +1,4 @@
INCLUDEPATH += $$PWD
SOURCES += $$PWD/KDSignalThrottler.cpp
HEADERS += $$PWD/KDSignalThrottler.h