Skip to content
Snippets Groups Projects
Commit 0c6b6448 authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

TextEditor: CodeAssist: Initialize all pointer members to 0


Change-Id: I82ada400aeca5e4a4f5facf64f3f7f7d5d378b06
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
parent 196d8ddb
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ static const int AutomaticProposalTimerInterval = 400; ...@@ -142,6 +142,7 @@ static const int AutomaticProposalTimerInterval = 400;
CodeAssistantPrivate::CodeAssistantPrivate(CodeAssistant *assistant) CodeAssistantPrivate::CodeAssistantPrivate(CodeAssistant *assistant)
: m_q(assistant) : m_q(assistant)
, m_textEditor(0) , m_textEditor(0)
, m_completionProvider(0)
, m_requestRunner(0) , m_requestRunner(0)
, m_requestProvider(0) , m_requestProvider(0)
, m_proposalWidget(0) , m_proposalWidget(0)
......
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