aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgKeyTableProxyModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgKeyTableProxyModel.h')
-rw-r--r--src/core/model/GpgKeyTableProxyModel.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/core/model/GpgKeyTableProxyModel.h b/src/core/model/GpgKeyTableProxyModel.h
index 657b40cf..fbda355c 100644
--- a/src/core/model/GpgKeyTableProxyModel.h
+++ b/src/core/model/GpgKeyTableProxyModel.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -46,13 +46,11 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTableProxyModel
void SetSearchKeywords(const QString &keywords);
protected:
- [[nodiscard]] auto filterAcceptsRow(int sourceRow,
- const QModelIndex &sourceParent) const
- -> bool override;
+ [[nodiscard]] auto filterAcceptsRow(
+ int sourceRow, const QModelIndex &sourceParent) const -> bool override;
- [[nodiscard]] auto filterAcceptsColumn(int sourceColumn,
- const QModelIndex &sourceParent) const
- -> bool override;
+ [[nodiscard]] auto filterAcceptsColumn(
+ int sourceColumn, const QModelIndex &sourceParent) const -> bool override;
signals: