diff options
author | saturneric <[email protected]> | 2025-01-26 18:40:43 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-26 18:40:43 +0000 |
commit | 731ec7339dc6f251a814d4aef59c05b1900ecf3f (patch) | |
tree | 3c0abf0dafb81578c97c0c9d169acbff99cb94d0 /src/ui/model/GpgKeyTableProxyModel.h | |
parent | fix: optimums unknown fpr verifying helper (diff) | |
download | GpgFrontend-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.h | 2 |
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_; |