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
PIM
KDE PIM Add-ons
Commits
49a897b1
Commit
49a897b1
authored
Feb 17, 2021
by
Laurent Montel
😁
Browse files
Add missing override
parent
f8266036
Pipeline
#51320
passed with stage
in 56 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksmessagepart.h
View file @
49a897b1
...
...
@@ -36,7 +36,7 @@ public:
explicit
GnuPGWKSMessagePart
(
MimeTreeParser
::
Interface
::
BodyPart
*
part
);
virtual
~
GnuPGWKSMessagePart
()
=
default
;
~
GnuPGWKSMessagePart
()
override
=
default
;
ConfirmationType
confirmationType
()
const
;
QString
sender
()
const
;
...
...
plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymessagepart.h
View file @
49a897b1
...
...
@@ -31,7 +31,7 @@ class PgpKeyMessagePart : public MimeTreeParser::MessagePart
Q_OBJECT
public:
explicit
PgpKeyMessagePart
(
MimeTreeParser
::
Interface
::
BodyPart
*
part
);
~
PgpKeyMessagePart
()
=
default
;
~
PgpKeyMessagePart
()
override
=
default
;
QDateTime
keyDate
()
const
;
QString
userID
()
const
;
...
...
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