]> git.lyx.org Git - features.git/commit
Move reloadBuffer from GuiView to Buffer.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 8 Jan 2010 02:15:56 +0000 (02:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 8 Jan 2010 02:15:56 +0000 (02:15 +0000)
commitd95aaa0e5b42913ba64062a4e51009555fb324d5
tree197be9c6b87376b0c3d97e2cacdc808570f69665
parent570f96bc6e9af6c488234c7f261b320844f97dc0
Move reloadBuffer from GuiView to Buffer.

This fixes bug #6314: reloading master document makes emergencies of modified children.

Now also the version control handling could be moved to Buffer as well, and the hack in ensureBufferClean is removed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32875 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h