aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/model/GpgKeyTableProxyModel.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-21 02:36:30 +0000
committersaturneric <[email protected]>2024-12-21 02:36:30 +0000
commit78d76b454769e0dcbaaeb7bbe30ec9d315b7388c (patch)
tree384c51fcbe9cf380e38add322708682718fec9af /src/ui/model/GpgKeyTableProxyModel.h
parentfix: symbols link error on mingw64 (diff)
downloadGpgFrontend-78d76b454769e0dcbaaeb7bbe30ec9d315b7388c.tar.gz
GpgFrontend-78d76b454769e0dcbaaeb7bbe30ec9d315b7388c.zip
fix: ResizeToContents behaviors of key list
Diffstat (limited to 'src/ui/model/GpgKeyTableProxyModel.h')
-rw-r--r--src/ui/model/GpgKeyTableProxyModel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/model/GpgKeyTableProxyModel.h b/src/ui/model/GpgKeyTableProxyModel.h
index 44ceee45..dd086ba9 100644
--- a/src/ui/model/GpgKeyTableProxyModel.h
+++ b/src/ui/model/GpgKeyTableProxyModel.h
@@ -49,12 +49,6 @@ class GpgKeyTableProxyModel : public QSortFilterProxyModel {
void ResetGpgKeyTableModel(QSharedPointer<GpgKeyTableModel> model);
- [[nodiscard]] auto data(const QModelIndex &index,
- int role) const -> QVariant override;
-
- [[nodiscard]] auto headerData(int section, Qt::Orientation orientation,
- int role) const -> QVariant override;
-
protected:
[[nodiscard]] auto filterAcceptsRow(
int sourceRow, const QModelIndex &sourceParent) const -> bool override;