diff options
author | Saturneric <[email protected]> | 2021-12-02 22:30:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-02 22:30:34 +0000 |
commit | 1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf (patch) | |
tree | 73ff7ce9492c2da3e049b82a4c63908f82d6be20 /src/ui/UserInterfaceUtils.h | |
parent | Fixed. (diff) | |
download | GpgFrontend-1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf.tar.gz GpgFrontend-1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf.zip |
Fixed
1. Fixed Known Issues.
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index b5014f29..df974257 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -69,9 +69,12 @@ class CommonUtils : public QWidget { void slotImportKeyFromClipboard(QWidget* parent); + void slotExecuteGpgCommand( + const QStringList& arguments, + const std::function<void(QProcess*)>& interact_func); + private: static std::unique_ptr<CommonUtils> _instance; - }; } // namespace GpgFrontend::UI |