Loading src/layout.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1104,7 +1104,7 @@ class LayoutParser : public QXmlDefaultHandler } } } } // create new item and make it the new root // create new item and make it the new root m_rootNav = new LayoutNavEntry(m_rootNav,kind,kind==LayoutNavEntry::MainPage?TRUE:isVisible,baseFile,title,intro); m_rootNav = new LayoutNavEntry(m_rootNav,kind,isVisible,baseFile,title,intro); } } void endNavEntry() void endNavEntry() Loading Loading
src/layout.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1104,7 +1104,7 @@ class LayoutParser : public QXmlDefaultHandler } } } } // create new item and make it the new root // create new item and make it the new root m_rootNav = new LayoutNavEntry(m_rootNav,kind,kind==LayoutNavEntry::MainPage?TRUE:isVisible,baseFile,title,intro); m_rootNav = new LayoutNavEntry(m_rootNav,kind,isVisible,baseFile,title,intro); } } void endNavEntry() void endNavEntry() Loading