src/hbcore/cssparser/hbcssformatter_p.cpp
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 23 e6ad4ef83b23
child 34 ed14f46c0e55
--- a/src/hbcore/cssparser/hbcssformatter_p.cpp	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/cssparser/hbcssformatter_p.cpp	Fri Jun 11 13:58:22 2010 +0300
@@ -66,7 +66,8 @@
 /*!
  @internal
 */
-QString HbCssFormatter::weightedDeclarationsToString(const HbVector<HbCss::WeightedDeclaration> &decls)
+QString HbCssFormatter::weightedDeclarationsToString(
+    const HbVector<HbCss::WeightedDeclaration> &decls)
 {
     QString str;
 #ifdef HB_DEVELOPER
@@ -198,7 +199,10 @@
 
 
 // Worker function
-QString HbCssFormatter::styleRuleToHtml(const HbCss::StyleRule &rule, QVector<const HbCss::Declaration*> usedDecls, int specificity)
+QString HbCssFormatter::styleRuleToHtml(
+    const HbCss::StyleRule &rule, 
+    QVector<const HbCss::Declaration*> usedDecls, 
+    int specificity)
 {
     QString str;
 #ifdef HB_DEVELOPER
@@ -237,7 +241,10 @@
 
 
 // Worker function
-QString HbCssFormatter::selectorsToString(const HbVector<HbCss::Selector> &selectors, int specificity, bool html)
+QString HbCssFormatter::selectorsToString(
+    const HbVector<HbCss::Selector> &selectors, 
+    int specificity, 
+    bool html)
 {
     QString str;
 #ifdef HB_DEVELOPER