diff options
author | Saturneric <[email protected]> | 2021-08-12 05:09:37 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-12 05:09:37 +0000 |
commit | 2029d17896edac2e86bff0a12e69f7d1cf9e3eb5 (patch) | |
tree | bb8eeadf00848506d0d3f1aa11b4f3cda614073f /src/ui/main_window/MainWindowServerSlotFunction.cpp | |
parent | Continue to fix Compile Issue (diff) | |
download | GpgFrontend-2029d17896edac2e86bff0a12e69f7d1cf9e3eb5.tar.gz GpgFrontend-2029d17896edac2e86bff0a12e69f7d1cf9e3eb5.zip |
Beautify UI
Diffstat (limited to 'src/ui/main_window/MainWindowServerSlotFunction.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowServerSlotFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowServerSlotFunction.cpp b/src/ui/main_window/MainWindowServerSlotFunction.cpp index d845e25d..e7dfab03 100644 --- a/src/ui/main_window/MainWindowServerSlotFunction.cpp +++ b/src/ui/main_window/MainWindowServerSlotFunction.cpp @@ -36,7 +36,6 @@ */ QString MainWindow::getCryptText(const QString &shortenCryptoText) { - QString ownKeyId = settings.value("general/ownKeyId").toString(); GpgKey key = mCtx->getKeyById(ownKeyId); |