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
Network
Kopete
Commits
d7c8d986
Commit
d7c8d986
authored
Oct 01, 2021
by
Oleg Solovyov
🐴
Browse files
ChatMessagePart: return if view() is nullptr
BUG: 436513
parent
ec24d08f
Changes
1
Hide whitespace changes
Inline
Side-by-side
kopete/chatwindow/chatmessagepart.cpp
View file @
d7c8d986
...
@@ -1262,6 +1262,10 @@ void ChatMessagePart::changeStyle()
...
@@ -1262,6 +1262,10 @@ void ChatMessagePart::changeStyle()
#ifdef STYLE_TIMETEST
#ifdef STYLE_TIMETEST
QTime
beforeChange
=
QTime
::
currentTime
();
QTime
beforeChange
=
QTime
::
currentTime
();
#endif
#endif
if
(
!
view
())
{
return
;
}
// Make latestContact null to reset consecutives messages.
// Make latestContact null to reset consecutives messages.
d
->
latestContact
=
0
;
d
->
latestContact
=
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