mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
* src/frontends/qt4/QLToolbar.C
(QLToolbar::QLToolbar): Fix initialization order git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14989 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
37f22e93a2
commit
a82ca1eed1
@ -147,8 +147,7 @@ void QLayoutBox::selected(const QString & str)
|
|||||||
|
|
||||||
|
|
||||||
QLToolbar::QLToolbar(ToolbarBackend::Toolbar const & tbb, GuiView & owner)
|
QLToolbar::QLToolbar(ToolbarBackend::Toolbar const & tbb, GuiView & owner)
|
||||||
: owner_(owner),
|
: QToolBar(qt_(tbb.gui_name), &owner), owner_(owner)
|
||||||
QToolBar(qt_(tbb.gui_name), &owner)
|
|
||||||
{
|
{
|
||||||
// give visual separation between adjacent toolbars
|
// give visual separation between adjacent toolbars
|
||||||
addSeparator();
|
addSeparator();
|
||||||
|
Loading…
Reference in New Issue
Block a user