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
06e3c2b2
Verified
Commit
06e3c2b2
authored
Jan 07, 2021
by
Vladislav Glinsky
Browse files
Remove redundant nullptr check, it confuses clazy
parent
3bc2bbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
keyinfodialog.cpp
View file @
06e3c2b2
...
...
@@ -376,8 +376,7 @@ void KgpgKeyInfo::slotApplied(int result)
KMessageBox
::
error
(
this
,
i18n
(
"Changing key properties failed."
),
i18n
(
"Key properties"
));
}
else
{
m_keywaschanged
=
true
;
if
(
m_node
)
emit
keyNeedsRefresh
(
m_node
);
emit
keyNeedsRefresh
(
m_node
);
reloadNode
();
}
setControlEnable
(
true
);
...
...
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