diff options
author | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
commit | 24c28eb752aa611dd1670f3fa7ab6b358b052f1b (patch) | |
tree | 6a4f9af003fa4a86b7d7e29a965e37a231951092 /src/ui/function/SetOwnerTrustLevel.h | |
parent | fix: thread concurrent crash issue (diff) | |
download | GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.tar.gz GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.zip |
fix: test basic operations of multi key db and solve issues
Diffstat (limited to '')
-rw-r--r-- | src/ui/function/SetOwnerTrustLevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/function/SetOwnerTrustLevel.h b/src/ui/function/SetOwnerTrustLevel.h index b4da2d62..ee2e98c8 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 QString& key_id) -> bool; + auto Exec(int channel, const QString& key_id) -> bool; }; } // namespace GpgFrontend::UI
\ No newline at end of file |