aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgKeyTableModel.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 20:22:46 +0000
committersaturneric <[email protected]>2024-07-29 20:22:46 +0000
commit1fa7c648e357093ce5f41da0f68a67c229b344da (patch)
tree1926aea79a8054c0b329440a50d4da846fea2729 /src/core/model/GpgKeyTableModel.cpp
parentfix: solve some issues form codeql ci yml (diff)
downloadGpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.tar.gz
GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.zip
feat: update copyright info
Diffstat (limited to 'src/core/model/GpgKeyTableModel.cpp')
-rw-r--r--src/core/model/GpgKeyTableModel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/model/GpgKeyTableModel.cpp b/src/core/model/GpgKeyTableModel.cpp
index e2a4fe37..d81c3b56 100644
--- a/src/core/model/GpgKeyTableModel.cpp
+++ b/src/core/model/GpgKeyTableModel.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -51,8 +51,8 @@ auto GpgKeyTableModel::columnCount(const QModelIndex & /*parent*/) const
return 11;
}
-auto GpgKeyTableModel::data(const QModelIndex &index, int role) const
- -> QVariant {
+auto GpgKeyTableModel::data(const QModelIndex &index,
+ int role) const -> QVariant {
if (!index.isValid() || buffered_keys_.empty()) return {};
if (role == Qt::TextAlignmentRole) {