From 571cfb16ccfd7ac6bc59b5acc77a94d0bdcf0990 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 13 Apr 2025 01:03:57 +0200 Subject: feat: add openpgp smart card support --- src/ui/model/GpgKeyTreeProxyModel.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ui/model/GpgKeyTreeProxyModel.cpp') diff --git a/src/ui/model/GpgKeyTreeProxyModel.cpp b/src/ui/model/GpgKeyTreeProxyModel.cpp index e58cee88..2f46f548 100644 --- a/src/ui/model/GpgKeyTreeProxyModel.cpp +++ b/src/ui/model/GpgKeyTreeProxyModel.cpp @@ -125,4 +125,9 @@ void GpgKeyTreeProxyModel::slot_update_favorites_cache() { } } +void GpgKeyTreeProxyModel::SetKeyFilter(const KeyFilter &filter) { + custom_filter_ = filter; + invalidateFilter(); +} + } // namespace GpgFrontend::UI \ No newline at end of file -- cgit v1.2.3