From bc3bd1d7524dffcf9669ac252db0a79b7484ee80 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 23:51:21 +0200 Subject: Streamlines HTTP(S) interface and routes the redirects through BrowserTab as well. Prepares for unified protocol handling. --- src/documentstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/documentstyle.cpp') 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; } -- cgit v1.2.3