aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/model/GpgKeyTableProxyModel.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-26 18:40:43 +0000
committersaturneric <[email protected]>2025-01-26 18:40:43 +0000
commit731ec7339dc6f251a814d4aef59c05b1900ecf3f (patch)
tree3c0abf0dafb81578c97c0c9d169acbff99cb94d0 /src/ui/model/GpgKeyTableProxyModel.h
parentfix: optimums unknown fpr verifying helper (diff)
downloadGpgFrontend-731ec7339dc6f251a814d4aef59c05b1900ecf3f.tar.gz
GpgFrontend-731ec7339dc6f251a814d4aef59c05b1900ecf3f.zip
fix: improve code compatibility
Diffstat (limited to 'src/ui/model/GpgKeyTableProxyModel.h')
-rw-r--r--src/ui/model/GpgKeyTableProxyModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/model/GpgKeyTableProxyModel.h b/src/ui/model/GpgKeyTableProxyModel.h
index dd086ba9..bad1aa97 100644
--- a/src/ui/model/GpgKeyTableProxyModel.h
+++ b/src/ui/model/GpgKeyTableProxyModel.h
@@ -95,7 +95,7 @@ class GpgKeyTableProxyModel : public QSortFilterProxyModel {
GpgKeyTableDisplayMode display_mode_;
GpgKeyTableColumn filter_columns_;
QString filter_keywords_;
- QList<QString> favorite_key_ids_;
+ QStringList favorite_key_ids_;
KeyFilter custom_filter_;
QFont default_font_;