diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-22 00:57:14 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-22 00:57:14 +0200 |
commit | beeb60e4a12b47ae619e52629040aff5a8f43db2 (patch) | |
tree | f5fa4037fcae00d866ede81efebdc6273202bfee /src/timeline/TimelineModel.h | |
parent | Make roomlist look nice (diff) | |
download | nheko-beeb60e4a12b47ae619e52629040aff5a8f43db2.tar.xz |
Sort the room list
Diffstat (limited to 'src/timeline/TimelineModel.h')
-rw-r--r-- | src/timeline/TimelineModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index 5c1065cb..b3d3b663 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -382,7 +382,7 @@ private: QString eventIdToShow; int showEventTimerCounter = 0; - DescInfo lastMessage_; + DescInfo lastMessage_{}; friend struct SendMessageVisitor; |