Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2018-03-20 06:16:22 +0300
committerJonathan White <support@dmapps.us>2018-11-17 16:49:02 +0300
commitd8d758f0e17d616840d2321476733b497a5c1b3a (patch)
treeec4286ddd7d578860381e9b9164510a8b099d80f /src/gui/DatabaseWidget.h
parenta5e7da67d89b5433d6880824ef7605b9f5d17151 (diff)
Streamlined searcher code
* Remove searching of group title and notes * End search when selecting a new group * Correct entry searcher tests to align with new code
Diffstat (limited to 'src/gui/DatabaseWidget.h')
-rw-r--r--src/gui/DatabaseWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h
index a5cf538d7..8f268c94a 100644
--- a/src/gui/DatabaseWidget.h
+++ b/src/gui/DatabaseWidget.h
@@ -138,7 +138,7 @@ signals:
void mainSplitterSizesChanged();
void previewSplitterSizesChanged();
void entryViewStateChanged();
- void updateSearch(QString text);
+ void clearSearch();
public slots:
void createEntry();