diff options
author | saturneric <[email protected]> | 2024-12-20 19:44:31 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-20 19:44:31 +0000 |
commit | ee3491860f86c65e6af1bc3549e6228c053e34f3 (patch) | |
tree | 8229a918f7ca8f0360bc3df402cbfc763e662a8b /src/ui/widgets/KeyTable.h | |
parent | fix: try to add all platform plugins for AppImage (diff) | |
download | GpgFrontend-ee3491860f86c65e6af1bc3549e6228c053e34f3.tar.gz GpgFrontend-ee3491860f86c65e6af1bc3549e6228c053e34f3.zip |
fix: adjust the width of key list cell correctly
Diffstat (limited to 'src/ui/widgets/KeyTable.h')
-rw-r--r-- | src/ui/widgets/KeyTable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/widgets/KeyTable.h b/src/ui/widgets/KeyTable.h index a03a1c83..14a1bc4e 100644 --- a/src/ui/widgets/KeyTable.h +++ b/src/ui/widgets/KeyTable.h @@ -30,7 +30,7 @@ #include "core/model/GpgKey.h" #include "core/model/GpgKeyTableModel.h" -#include "core/model/GpgKeyTableProxyModel.h" +#include "ui/model/GpgKeyTableProxyModel.h" namespace GpgFrontend::UI { @@ -175,7 +175,6 @@ struct KeyTable : public QTableView { private: QSharedPointer<GpgKeyTableModel> model_; GpgKeyTableProxyModel proxy_model_; - GpgKeyTableColumn column_filter_; }; |