From e0264d85090dd119d48df28477db2fe3b17eb60a Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 12 Apr 2025 13:36:45 +0200 Subject: refactor: GpgKey and GpgSubKey --- src/ui/function/SetOwnerTrustLevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/function/SetOwnerTrustLevel.cpp') diff --git a/src/ui/function/SetOwnerTrustLevel.cpp b/src/ui/function/SetOwnerTrustLevel.cpp index b0fa8b0f..e99c3fa0 100644 --- a/src/ui/function/SetOwnerTrustLevel.cpp +++ b/src/ui/function/SetOwnerTrustLevel.cpp @@ -52,7 +52,7 @@ auto SetOwnerTrustLevel::Exec(int channel, const QString& key_id) -> bool { bool ok; QString item = QInputDialog::getItem(this, tr("Modify Owner Trust Level"), tr("Trust for the Key Pair:"), items, - key.GetOwnerTrustLevel(), false, &ok); + key.OwnerTrustLevel(), false, &ok); if (ok && !item.isEmpty()) { int trust_level = 0; // Unknown Level -- cgit v1.2.3