Skip to content
Snippets Groups Projects
Commit c2b09313 authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Guillaume Roguez
Browse files

recording: Uninitialized integer


Change-Id: I0ce0b1666c8388880d56abc8f85865828721698a
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent b5c7ecac
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public:
RecordingNode* m_pText {nullptr};
RecordingNode* m_pAudioVideo {nullptr};
LocalTextRecordingCollection* m_pTextRecordingCollection;
int m_UnreadCount ;
int m_UnreadCount { 0 };
//RecordingNode* m_pFiles ; //TODO uncomment when implemented in DRing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment