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
KMail
Commits
c0dff101
Commit
c0dff101
authored
Sep 17, 2020
by
Laurent Montel
😁
Browse files
Already initialized in header
parent
7fff8e05
Pipeline
#34548
failed with stage
in 88 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor/kmcomposerwin.cpp
View file @
c0dff101
...
...
@@ -313,8 +313,6 @@ KMComposerWin::KMComposerWin(const KMime::Message::Ptr &aMsg, bool lastSignState
mLblSubject
=
new
QLabel
(
i18nc
(
"@label:textbox Subject of email."
,
"S&ubject:"
),
mHeadersArea
);
mShowHeaders
=
KMailSettings
::
self
()
->
headers
();
mDone
=
false
;
mGrid
=
nullptr
;
mFixedFontAction
=
nullptr
;
// the attachment view is separated from the editor by a splitter
mSplitter
=
new
QSplitter
(
Qt
::
Vertical
,
mMainWidget
);
mSplitter
->
setObjectName
(
QStringLiteral
(
"mSplitter"
));
...
...
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