aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/SetOwnerTrustLevel.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/function/SetOwnerTrustLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/function/SetOwnerTrustLevel.h b/src/ui/function/SetOwnerTrustLevel.h
index 29cece18..e33f787b 100644
--- a/src/ui/function/SetOwnerTrustLevel.h
+++ b/src/ui/function/SetOwnerTrustLevel.h
@@ -49,7 +49,7 @@ class SetOwnerTrustLevel : public QWidget {
* @return true
* @return false
*/
- auto Exec(const std::string& key_id) -> bool;
+ auto Exec(const QString& key_id) -> bool;
};
} // namespace GpgFrontend::UI \ No newline at end of file