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
PIM Messagelib
Commits
029ab3ab
Commit
029ab3ab
authored
Aug 04, 2021
by
Laurent Montel
😁
Browse files
Add more information
parent
1c7605b0
Pipeline
#73298
passed with stage
in 45 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/composer/composerviewbase.cpp
View file @
029ab3ab
...
@@ -363,7 +363,7 @@ void ComposerViewBase::readyForSending()
...
@@ -363,7 +363,7 @@ void ComposerViewBase::readyForSending()
if
(
!
m_composers
.
isEmpty
())
{
if
(
!
m_composers
.
isEmpty
())
{
// This may happen if e.g. the autosave timer calls applyChanges.
// This may happen if e.g. the autosave timer calls applyChanges.
qCDebug
(
MESSAGECOMPOSER_LOG
)
<<
"Called while composer active; ignoring.
"
;
qCDebug
(
MESSAGECOMPOSER_LOG
)
<<
"
ready for sending:
Called while composer active; ignoring.
Number of composer "
<<
m_composers
.
count
()
;
return
;
return
;
}
}
...
@@ -1230,7 +1230,7 @@ void ComposerViewBase::autoSaveMessage()
...
@@ -1230,7 +1230,7 @@ void ComposerViewBase::autoSaveMessage()
if
(
!
m_composers
.
isEmpty
())
{
if
(
!
m_composers
.
isEmpty
())
{
// This may happen if e.g. the autosave timer calls applyChanges.
// This may happen if e.g. the autosave timer calls applyChanges.
qCDebug
(
MESSAGECOMPOSER_LOG
)
<<
"Called while composer active; ignoring.
"
;
qCDebug
(
MESSAGECOMPOSER_LOG
)
<<
"
Autosave:
Called while composer active; ignoring.
Number of composer "
<<
m_composers
.
count
()
;
return
;
return
;
}
}
...
...
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