Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
5ee773b7
Commit
5ee773b7
authored
Oct 01, 2021
by
Sandro Knauß
🐝
Browse files
Add explicit to constructor
parent
737411e0
Pipeline
#84177
passed with stage
in 17 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/draftstatus/draftstatus.h
View file @
5ee773b7
...
...
@@ -16,7 +16,7 @@ namespace MessageComposer
class
MESSAGECOMPOSER_EXPORT
DraftEncryptionState
{
public:
DraftEncryptionState
(
const
KMime
::
Message
::
Ptr
&
msg
);
explicit
DraftEncryptionState
(
const
KMime
::
Message
::
Ptr
&
msg
);
void
setState
(
bool
encrypt
);
void
removeState
();
...
...
@@ -31,7 +31,7 @@ private:
class
MESSAGECOMPOSER_EXPORT
DraftSignatureState
{
public:
DraftSignatureState
(
const
KMime
::
Message
::
Ptr
&
msg
);
explicit
DraftSignatureState
(
const
KMime
::
Message
::
Ptr
&
msg
);
void
setState
(
bool
sign
);
void
removeState
();
...
...
@@ -46,7 +46,7 @@ private:
class
MESSAGECOMPOSER_EXPORT
DraftCryptoMessageFormatState
{
public:
DraftCryptoMessageFormatState
(
const
KMime
::
Message
::
Ptr
&
msg
);
explicit
DraftCryptoMessageFormatState
(
const
KMime
::
Message
::
Ptr
&
msg
);
void
setState
(
Kleo
::
CryptoMessageFormat
cryptoMessageFormat
);
void
removeState
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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