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
0eec3830
Commit
0eec3830
authored
Nov 17, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder variable
parent
4aa55c85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
messagecore/attachment/attachmentpart.cpp
messagecore/attachment/attachmentpart.cpp
+9
-9
No files found.
messagecore/attachment/attachmentpart.cpp
View file @
0eec3830
...
...
@@ -48,29 +48,29 @@ class MessageCore::AttachmentPart::Private
{
public:
Private
()
:
mIsInline
(
false
),
:
mEncoding
(
KMime
::
Headers
::
CE7Bit
),
mSize
(
-
1
),
mIsInline
(
false
),
mAutoEncoding
(
true
),
mEncoding
(
KMime
::
Headers
::
CE7Bit
),
mCompressed
(
false
),
mToEncrypt
(
false
),
mToSign
(
false
),
mSize
(
-
1
)
mToSign
(
false
)
{
}
QString
mName
;
QString
mFileName
;
QString
mDescription
;
bool
mIsInline
;
bool
mAutoEncoding
;
KMime
::
Headers
::
contentEncoding
mEncoding
;
QByteArray
mCharset
;
QByteArray
mMimeType
;
QByteArray
mData
;
KMime
::
Headers
::
contentEncoding
mEncoding
;
qint64
mSize
;
bool
mIsInline
;
bool
mAutoEncoding
;
bool
mCompressed
;
bool
mToEncrypt
;
bool
mToSign
;
QByteArray
mData
;
qint64
mSize
;
};
AttachmentPart
::
AttachmentPart
()
...
...
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