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
KMbox
Commits
11eca5ff
Commit
11eca5ff
authored
Sep 29, 2021
by
Laurent Montel
😁
Browse files
Fix some cppcheck warning
parent
dbf9bfaf
Pipeline
#83706
passed with stage
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/mboxentry_p.h
View file @
11eca5ff
...
...
@@ -19,10 +19,10 @@ public:
MBoxEntryPrivate
(
const
MBoxEntryPrivate
&
other
)
:
QSharedData
(
other
)
,
mOffset
(
other
.
mOffset
)
,
mMessageSize
(
other
.
mMessageSize
)
,
mSeparatorSize
(
other
.
mSeparatorSize
)
{
mOffset
=
other
.
mOffset
;
mMessageSize
=
other
.
mMessageSize
;
mSeparatorSize
=
other
.
mSeparatorSize
;
}
quint64
mOffset
=
0
;
...
...
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