DiffEditor: Initialize pointers

Change-Id: I462dbb5596b23c18a23360d630ed54cd307ce7f7
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 13:39:06 +01:00
committed by Tim Jenssen
parent 03ff931e92
commit 1b174a30fd

View File

@@ -70,8 +70,8 @@ private slots:
void testReadPatch(); void testReadPatch();
#endif // WITH_TESTS #endif // WITH_TESTS
private: private:
QAction *m_diffCurrentFileAction; QAction *m_diffCurrentFileAction = nullptr;
QAction *m_diffOpenFilesAction; QAction *m_diffOpenFilesAction = nullptr;
}; };
} // namespace Internal } // namespace Internal