aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/SetOwnerTrustLevel.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-15 23:19:53 +0000
committersaturneric <[email protected]>2025-04-15 23:19:53 +0000
commit73a0f7ddf8a8db0057201374f1518d2063ad9a06 (patch)
tree4dfdf140fa639f0ab8799433c4d9cf5079a92bf0 /src/ui/function/SetOwnerTrustLevel.h
parentrefactor: code cleanup (diff)
downloadGpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.tar.gz
GpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.zip
feat: support key groups
Diffstat (limited to 'src/ui/function/SetOwnerTrustLevel.h')
-rw-r--r--src/ui/function/SetOwnerTrustLevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/function/SetOwnerTrustLevel.h b/src/ui/function/SetOwnerTrustLevel.h
index ee2e98c8..00309f4d 100644
--- a/src/ui/function/SetOwnerTrustLevel.h
+++ b/src/ui/function/SetOwnerTrustLevel.h
@@ -29,6 +29,7 @@
#pragma once
#include "GpgFrontendUI.h"
+#include "core/typedef/GpgTypedef.h"
namespace GpgFrontend::UI {
@@ -49,7 +50,7 @@ class SetOwnerTrustLevel : public QWidget {
* @return true
* @return false
*/
- auto Exec(int channel, const QString& key_id) -> bool;
+ auto Exec(int channel, const GpgKeyPtr& key) -> bool;
};
} // namespace GpgFrontend::UI \ No newline at end of file