FakeVim: Initialize pointer

Change-Id: Icfb7f733f41593aef09c71d5f8f13f8c453c7cd6
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2016-12-05 13:47:57 +01:00
committed by hjk
parent b002e87ca4
commit 15cad7dec5

View File

@@ -908,7 +908,7 @@ public:
}
private:
FakeVimHandler *m_handler;
FakeVimHandler *m_handler = nullptr;
QString m_needle;
};