aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/model/GpgKeyTableProxyModel.h
diff options
context:
space:
mode:
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;