summaryrefslogtreecommitdiffstats
path: root/src/layout.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-07-26 17:06:10 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-07-26 17:06:10 (GMT)
commit2eaaf3aca438066677f732054188fee0be48433e (patch)
tree6325b7cad893b75aed257cc208cd75efce818c29 /src/layout.h
parente9b7e9d8719bbc317a26f31017df2255cbd314b9 (diff)
downloadDoxygen-2eaaf3aca438066677f732054188fee0be48433e.zip
Doxygen-2eaaf3aca438066677f732054188fee0be48433e.tar.gz
Doxygen-2eaaf3aca438066677f732054188fee0be48433e.tar.bz2
issue @7140 DoxygenLayout does not support UTF8 BOM format
Read the DoxygenLayout file in a similar way as the header / footer etc. for HTML and feed the (converted) result into the XML reader.
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h
index b25aa4e..b1facf5 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -201,7 +201,7 @@ class LayoutDocManager
LayoutNavEntry *rootNavEntry() const;
/** Parses a user provided layout */
- void parse(QTextStream &t,const char *fileName);
+ void parse(const char *fileName);
void init();
private:
void addEntry(LayoutPart p,LayoutDocEntry*e);