diff options
Diffstat (limited to 'src/ui/model/GpgKeyTableProxyModel.h')
-rw-r--r-- | src/ui/model/GpgKeyTableProxyModel.h | 6 |
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; |