aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgUIDOperator.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-02-03 19:41:16 +0000
committersaturneric <[email protected]>2025-02-03 19:41:16 +0000
commit349269cadaa757622403279c94c3f181cf9130ac (patch)
tree33ad72d79b9ef736e7b4f617ad978a543f4de6cc /src/core/function/gpg/GpgUIDOperator.cpp
parentMerge branch 'develop' (diff)
parenttranslation: update zh_CN and de_DE (diff)
downloadGpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.tar.gz
GpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.zip
Merge branch 'develop'
Diffstat (limited to 'src/core/function/gpg/GpgUIDOperator.cpp')
-rw-r--r--src/core/function/gpg/GpgUIDOperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgUIDOperator.cpp b/src/core/function/gpg/GpgUIDOperator.cpp
index e87a710d..b9312745 100644
--- a/src/core/function/gpg/GpgUIDOperator.cpp
+++ b/src/core/function/gpg/GpgUIDOperator.cpp
@@ -156,7 +156,7 @@ auto GpgUIDOperator::RevokeUID(const GpgKey& key, int uid_index,
// dealing with reason text
auto reason_text_lines = GpgFrontend::SecureCreateSharedObject<QStringList>(
- reason_text.split('\n', Qt::SkipEmptyParts).toVector());
+ reason_text.split('\n', Qt::SkipEmptyParts));
AutomatonNextStateHandler next_state_handler = [](AutomatonState state,
QString status,