diff options
Diffstat (limited to 'src/layout.h')
-rw-r--r-- | src/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h index d371e6d..b9cf85b 100644 --- a/src/layout.h +++ b/src/layout.h @@ -175,7 +175,7 @@ class LayoutDocManager LayoutNavEntry *rootNavEntry() const; /** Parses a user provided layout */ - void parse(QTextStream &t); + void parse(QTextStream &t,const char *fileName); void init(); private: void addEntry(LayoutPart p,LayoutDocEntry*e); |