From 2be75f9bd68959dc5f76967dce71b6fe1288e01b Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Fri, 14 Mar 2025 10:09:20 +0100 Subject: [PATCH] Fix typo --- plugins/Pass/pass.cpp | 2 +- po/utpass.qrouland.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Pass/pass.cpp b/plugins/Pass/pass.cpp index 3e86916..647b024 100644 --- a/plugins/Pass/pass.cpp +++ b/plugins/Pass/pass.cpp @@ -140,7 +140,7 @@ void Pass::slotDeletePasswordStoreResult(bool err) { if (err) { qInfo() << "[Pass] Delete Password Store Failed"; - emit deletePasswordStoreFailed(static_cast(ErrorCodeRmFile::Error), "Failed to delete password store"); + emit deletePasswordStoreFailed(static_cast(ErrorCode::Error), "Failed to delete password store"); } else { qInfo() << "[Pass] Delete Password Store Succeed"; this->initPasswordStore(); // reinit an empty password-store diff --git a/po/utpass.qrouland.pot b/po/utpass.qrouland.pot index c88d6e9..278d7bc 100644 --- a/po/utpass.qrouland.pot +++ b/po/utpass.qrouland.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: utpass.qrouland\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-03-12 16:37+0100\n" +"POT-Creation-Date: 2025-03-14 10:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"