diff options
author | saturneric <[email protected]> | 2024-07-28 13:28:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-28 13:28:14 +0000 |
commit | c1d0552cb33f80c4c8b7331e699ee867db2a2319 (patch) | |
tree | 7601b90c7928de1113c460a6b1a0d70ffc721d35 /src/ui/UserInterfaceUtils.h | |
parent | fix: passphrase corrected is not correct as the real one (diff) | |
download | GpgFrontend-c1d0552cb33f80c4c8b7331e699ee867db2a2319.tar.gz GpgFrontend-c1d0552cb33f80c4c8b7331e699ee867db2a2319.zip |
fix: can not import binary key data
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index ceb9fb5f..4f42db8c 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -215,7 +215,7 @@ class CommonUtils : public QWidget { void SignalRestartApplication(int); /** - * @brief + * @brief * */ void SignalFavoritesChanged(); @@ -228,7 +228,7 @@ class CommonUtils : public QWidget { * @param parent * @param in_buffer */ - void SlotImportKeys(QWidget* parent, const QString& in_buffer); + void SlotImportKeys(QWidget* parent, const QByteArray& in_buffer); /** * @brief |