Fix uninitialized read in ChannelView's highlightedMessage_ (#4109)
This commit is contained in:
@@ -301,7 +301,7 @@ private:
|
|||||||
QTimer scrollTimer_;
|
QTimer scrollTimer_;
|
||||||
|
|
||||||
// We're only interested in the pointer, not the contents
|
// We're only interested in the pointer, not the contents
|
||||||
MessageLayout *highlightedMessage_;
|
MessageLayout *highlightedMessage_ = nullptr;
|
||||||
QVariantAnimation highlightAnimation_;
|
QVariantAnimation highlightAnimation_;
|
||||||
void setupHighlightAnimationColors();
|
void setupHighlightAnimationColors();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user