aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeFunctions.cpp
diff options
context:
space:
mode:
authorGravatar ctrlaltca2023-11-28 10:38:17 +0100
committerGravatar GitHub2023-11-28 10:38:17 +0100
commitf8b64fbc38eead48cbccff4f75d11d3224b400dd (patch)
tree26ade25e8d87abf036ea7f429f8f5121efa914e2 /src/modules/theme/ThemeFunctions.cpp
parentIrcview: Fix out of bound memory read when a line ends with a tab; fix #2377 (diff)
downloadKVIrc-f8b64fbc38eead48cbccff4f75d11d3224b400dd.tar.gz
KVIrc-f8b64fbc38eead48cbccff4f75d11d3224b400dd.tar.bz2
KVIrc-f8b64fbc38eead48cbccff4f75d11d3224b400dd.zip
Remove QWebEngine usage in core. Rewrite web package manager (#2570)
* Remove use of QWebEngine from help module * Rewrite the WebPackageManagementDialog to use an http/json API instead of a webpage; drop QWebEngine usage * Edited repository urls to https://kvirc.github.io/
Diffstat (limited to 'src/modules/theme/ThemeFunctions.cpp')
-rw-r--r--src/modules/theme/ThemeFunctions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp
index 0583e9a5a..0d458e416 100644
--- a/src/modules/theme/ThemeFunctions.cpp
+++ b/src/modules/theme/ThemeFunctions.cpp
@@ -144,7 +144,7 @@ namespace ThemeFunctions
r.getStringInfoField("Date", szPackageDate);
QString szWarnings;
- QString szDetails = "<html><body bgcolor=\"#ffffff\">";
+ QString szDetails = "<html><body>";
QString szTmp;
int iIdx = 0;
@@ -237,8 +237,8 @@ namespace ThemeFunctions
// clang-format off
hd.szHtmlText = QString(
- "<html bgcolor=\"#ffffff\">" \
- "<body bgcolor=\"#ffffff\">" \
+ "<html>" \
+ "<body>" \
"<p><center>" \
"<h2>%1 %2</h2>" \
"</center></p>" \