]> git.lyx.org Git - features.git/commit
* frontends/LyXView.h:
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 22 May 2008 15:01:36 +0000 (15:01 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 22 May 2008 15:01:36 +0000 (15:01 +0000)
commitb5d3d3b722e81d6ab6f2b2ca7061654cda81d287
treef789494aaf10c71dc17bd5451dbb43af6744685e
parent9799ff19db55a3787cee23a4490706751ffe5d8e
* frontends/LyXView.h:
* frontends/qt4/GuiView.h:
* frontends/qt4/GuiView.cpp (getStatus): change signature to return a
bool indicating whether the view knows something about the lfun.

* LyXFunc.cpp (getStatus): remove knowledge about what lfuns are
handled in view. Call LyXView::getStatus() when nothing is known at
LyXFunc level.

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