Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KGpg
Commits
19c4826e
Verified
Commit
19c4826e
authored
Jan 07, 2021
by
Vladislav Glinsky
Browse files
Fix broken custom option passing during encryption
parent
0a44910d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kgpgexternalactions.cpp
View file @
19c4826e
...
...
@@ -102,7 +102,7 @@ void KGpgExternalActions::slotEncryptionKeySelected()
eopt
|=
KGpgEncrypt
::
HideKeyId
;
if
(
KGpgSettings
::
allowCustomEncryptionOptions
())
{
const
QString
customopts
(
dialog
->
getCustomOptions
()
.
isEmpty
())
;
const
QString
customopts
=
dialog
->
getCustomOptions
();
if
(
!
customopts
.
isEmpty
())
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment