Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix "Constant Groups" regression on file pages
Due to a copy/paste error in the UNO IDL patch the "Namespaces"
listed on the "File Reference" pages are erroneously duplicated.
(thanks to Stephan Bergmann for finding this problem)

Signed-off-by: Dimitri van Heesch <dimitri@stack.nl>
  • Loading branch information
Michael Stahl authored and Dimitri van Heesch committed May 29, 2013
1 parent 1941e88 commit b3e1f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.cpp
Expand Up @@ -582,7 +582,7 @@ class LayoutParser : public QXmlDefaultHandler
SrcLangExt_Fortran,theTranslator->trModules()
)));
m_sHandler.insert("file/memberdecl/constantgroups",
new StartElementHandlerSection(this,LayoutDocEntry::FileNamespaces,&LayoutParser::startSectionEntry,
new StartElementHandlerSection(this,LayoutDocEntry::FileConstantGroups,&LayoutParser::startSectionEntry,
theTranslator->trConstantGroups()));
m_sHandler.insert("file/memberdecl/defines",
new StartElementHandlerMember(this,&LayoutParser::startMemberDeclEntry,
Expand Down

0 comments on commit b3e1f10

Please sign in to comment.