aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-16 23:51:21 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-16 23:51:21 +0200
commitbc3bd1d7524dffcf9669ac252db0a79b7484ee80 (patch)
tree50107aa8c7094afbeee328f55fa4a35788ac3083 /src/documentstyle.cpp
parent62005f23ba21f1246c1f7768e60f401b2083da90 (diff)
Streamlines HTTP(S) interface and routes the redirects through BrowserTab as well. Prepares for unified protocol handling.
Diffstat (limited to 'src/documentstyle.cpp')
-rw-r--r--src/documentstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp
index e8a4751..6608d5b 100644
--- a/src/documentstyle.cpp
+++ b/src/documentstyle.cpp
@@ -285,6 +285,6 @@ QString DocumentStyle::toStyleSheet() const
css += QString("h2 { color: %2; %1 }\n").arg(encodeCssFont (h2_font)).arg(h2_color.name());
css += QString("h3 { color: %2; %1 }\n").arg(encodeCssFont (h3_font)).arg(h3_color.name());
- qDebug() << "CSS → " << css;
+ // qDebug() << "CSS → " << css;
return css;
}