diff -r b72c6db6890b -r 5dc02b23752f tools/assistant/lib/qhelpgenerator_p.h --- a/tools/assistant/lib/qhelpgenerator_p.h Wed Jun 23 19:07:03 2010 +0300 +++ b/tools/assistant/lib/qhelpgenerator_p.h Tue Jul 06 15:10:48 2010 +0300 @@ -74,6 +74,7 @@ bool generate(QHelpDataInterface *helpData, const QString &outputFileName); + bool checkLinks(const QHelpDataInterface &helpData); QString error() const; Q_SIGNALS: @@ -96,7 +97,7 @@ const QStringList &filterAttribs, bool forceUpdate = false); bool registerVirtualFolder(const QString &folderName, const QString &ns); bool insertFilterAttributes(const QStringList &attributes); - bool insertKeywords(const QList keywords, + bool insertKeywords(const QList &keywords, const QStringList &filterAttributes); bool insertFiles(const QStringList &files, const QString &rootPath, const QStringList &filterAttributes);