Skip to content

Commit

Permalink
Remove QWebEngine usage in core. Rewrite web package manager (#2570)
Browse files Browse the repository at this point in the history
* 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/
  • Loading branch information
ctrlaltca authored Nov 28, 2023
1 parent 90d1f02 commit f8b64fb
Show file tree
Hide file tree
Showing 17 changed files with 297 additions and 441 deletions.
1 change: 0 additions & 1 deletion src/kvirc/ui/KviHtmlDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class KviTextBrowser : public QTextBrowser
virtual QVariant loadResource(int type, const QUrl & name)
{
QString p = m_pHt->htmlResource.value(name.path());
qDebug("resource %s type %d and page %s", name.path().toUtf8().data(), type, p.toUtf8().data());
if(!p.isEmpty())
return QVariant(p);
else
Expand Down
Loading

0 comments on commit f8b64fb

Please sign in to comment.