Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
7dfb296f
Commit
7dfb296f
authored
Dec 04, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use isEmpty
parent
88131edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
messagecomposer/composer/composer.cpp
messagecomposer/composer/composer.cpp
+1
-1
No files found.
messagecomposer/composer/composer.cpp
View file @
7dfb296f
...
...
@@ -269,7 +269,7 @@ QList<ContentJobBase *> ComposerPrivate::createEncryptJobs( ContentJobBase *cont
kDebug
()
<<
"format:"
<<
format
;
kDebug
()
<<
"enc data:"
<<
encData
.
size
();
if
(
encData
.
size
()
==
0
)
{
// no key data! bail!
if
(
encData
.
isEmpty
()
)
{
// no key data! bail!
q
->
setErrorText
(
i18n
(
"No key data for recipients found."
)
);
q
->
setError
(
Composer
::
IncompleteError
);
q
->
emitResult
();
...
...
Write
Preview
Markdown
is supported
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