aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/htmldocextractor.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-07-14 17:31:50 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-07-20 12:59:25 +0200
commitb25a4a6349ee5645eca32123f9263fdcbf6b4823 (patch)
tree330f09f2cbdb46d29d45c5e4045717a590661e79 /src/libs/utils/htmldocextractor.h
parent893e647306ab121567553d5fe1adbbdae041aed7 (diff)
C++ tooltip: Changes in formatting extracted html.
Diffstat (limited to 'src/libs/utils/htmldocextractor.h')
-rw-r--r--src/libs/utils/htmldocextractor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/htmldocextractor.h b/src/libs/utils/htmldocextractor.h
index 86728d47884..819e7a5bc9c 100644
--- a/src/libs/utils/htmldocextractor.h
+++ b/src/libs/utils/htmldocextractor.h
@@ -85,6 +85,8 @@ private:
static void stripDivs(QString *html);
static void stripTagsStyles(QString *html);
static void stripTeletypes(QString *html);
+ static void stripImagens(QString *html);
+ static void stripBold(QString *html);
static void replaceNonStyledHeadingsForBold(QString *html);
static void replaceTablesForSimpleLines(QString *html);
static void replaceListsForSimpleLines(QString *html);