mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +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)
|
||||
: owner_(owner),
|
||||
QToolBar(qt_(tbb.gui_name), &owner)
|
||||
: QToolBar(qt_(tbb.gui_name), &owner), owner_(owner)
|
||||
{
|
||||
// give visual separation between adjacent toolbars
|
||||
addSeparator();
|
||||
|
Loading…
Reference in New Issue
Block a user