]> git.lyx.org Git - features.git/commit
Move most of the Gui specific code in Toolbars to its new qt4 specialization GuiToolbars.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 1 Oct 2007 20:45:50 +0000 (20:45 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 1 Oct 2007 20:45:50 +0000 (20:45 +0000)
commit3ca9ddb6ed595920d0318c1d21a2e09f3407ac89
treec8e57cba79acdbac3b7b295f2b846ee035ed1642
parentef925d8463f5d9b014bce129c4049a8ecb068006
Move most of the Gui specific code in Toolbars to its new qt4 specialization GuiToolbars.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20644 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
src/BufferView.h
src/Text3.cpp
src/frontends/LyXView.cpp
src/frontends/LyXView.h
src/frontends/Toolbars.cpp
src/frontends/Toolbars.h
src/frontends/qt4/GuiToolbar.cpp
src/frontends/qt4/GuiToolbar.h
src/frontends/qt4/GuiToolbars.cpp [new file with mode: 0644]
src/frontends/qt4/GuiToolbars.h [new file with mode: 0644]
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/Makefile.am