aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyTable.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-21 20:25:28 +0000
committersaturneric <[email protected]>2025-01-21 20:25:28 +0000
commit348102421a436bf64f10bbfa721696992ef6bfc4 (patch)
tree31b8a8eb5b69a2db98280e5f30e3035e0d5df330 /src/ui/widgets/KeyTable.h
parentrefactor: using qt containers instead of std containers (diff)
parentts: correct Italian translation (diff)
downloadGpgFrontend-348102421a436bf64f10bbfa721696992ef6bfc4.tar.gz
GpgFrontend-348102421a436bf64f10bbfa721696992ef6bfc4.zip
Merge branch 'develop' into dev/2.1.6/main
Diffstat (limited to 'src/ui/widgets/KeyTable.h')
-rw-r--r--src/ui/widgets/KeyTable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/widgets/KeyTable.h b/src/ui/widgets/KeyTable.h
index ae9fcac5..fe73bc98 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_;
};