diff options
author | saturneric <[email protected]> | 2024-07-27 12:18:56 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-27 12:18:56 +0000 |
commit | e8efa4d104a889f60b2096510a7c492d74ed6b66 (patch) | |
tree | 0903bbb4f1a728b48a02de7f2024c1158b8aaf3f /src/ui/main_window/MainWindow.cpp | |
parent | feat: improve sdk api for pinentry module (diff) | |
download | GpgFrontend-e8efa4d104a889f60b2096510a7c492d74ed6b66.tar.gz GpgFrontend-e8efa4d104a889f60b2096510a7c492d74ed6b66.zip |
feat: move pinentry out of source code
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index 1e795325..1b9329c7 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -45,10 +45,6 @@ namespace GpgFrontend::UI { MainWindow::MainWindow() : GeneralMainWindow("main_window") { this->setMinimumSize(1200, 700); this->setWindowTitle(qApp->applicationName()); - - connect(CoreSignalStation::GetInstance(), - &CoreSignalStation::SignalNeedUserInputPassphrase, this, - &MainWindow::SlotRaisePinentry); } void MainWindow::Init() noexcept { |