]> git.lyx.org Git - features.git/commit
* LyXView.h:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 10 Sep 2006 11:03:21 +0000 (11:03 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 10 Sep 2006 11:03:21 +0000 (11:03 +0000)
commitc9c47c646451917b6a3e3dc77792dd02f0bf4082
treeb0ffb7f005c7e836fcedd434b4fe5cf4c4c9bb54
parent42a7588f32119addb1e313ba3ff216832ea87927
* LyXView.h:
  - makeToolbar(): new pure virtual method

* qt4/GuiView.h:
  - makeToolbar(): new method transferred from QLToolbar

* qt4/QLToolbar: derive from QToolBar instead of owning a QToolBar member.

* Toolbars.h: remove make_toolbar() prototype (use LyXView::makeToolbar instead).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14964 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/LyXView.h
src/frontends/Toolbars.C
src/frontends/Toolbars.h
src/frontends/gtk/GView.C
src/frontends/gtk/GView.h
src/frontends/qt3/QtView.C
src/frontends/qt3/QtView.h
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiView.h
src/frontends/qt4/QLToolbar.C
src/frontends/qt4/QLToolbar.h