]> git.lyx.org Git - features.git/commit
Initialisize properly member variables
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 2 Mar 2017 14:20:46 +0000 (15:20 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 2 Mar 2017 14:20:46 +0000 (15:20 +0100)
commitf4f84ef9a39b71799f86d45320a8ce25c2b9c54a
treea7c46b9c788296f21f1040c6a69112274f0a5752
parent5ad8815a5173fa30376b6a72bea420cfcd185c40
Initialisize properly member variables

Instead of using a coverity annotation (that does not work) it is
better to really iinitialize the members of the object, just in case
somebody decides to actually use the DisplayPath() constructor.
src/frontends/qt4/GuiWorkArea.cpp