]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QLToolbar.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QLToolbar.C
index 8941be22fac2450fd572d1ad9dde7247f2462d48..075ce5817bad2e0075960164e7445f918e4d29a4 100644 (file)
@@ -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();