Changes in output processing from HtmlDocExtractor.

This commit is contained in:
Leandro Melo
2010-07-22 15:09:52 +02:00
parent bd5512dc3b
commit 4995c38861
2 changed files with 24 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ private:
QString startMark,
QString endMark) const;
void formatContents(QString *html) const;
void processOutput(QString *html) const;
static void stripAllHtml(QString *html);
static void stripHeadings(QString *html);