From f8b64fbc38eead48cbccff4f75d11d3224b400dd Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Tue, 28 Nov 2023 10:38:17 +0100 Subject: 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/--- src/modules/theme/WebThemeInterfaceDialog.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/theme/WebThemeInterfaceDialog.h') diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h index c71827391..1db0b18cb 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.h +++ b/src/modules/theme/WebThemeInterfaceDialog.h @@ -26,8 +26,6 @@ #include "kvi_settings.h" -#ifdef COMPILE_WEBENGINE_SUPPORT - #include "KviWebPackageManagementDialog.h" class WebThemeInterfaceDialog : public KviWebPackageManagementDialog @@ -46,6 +44,4 @@ protected: bool installPackage(const QString & szPath, QString & szError) override; }; -#endif //COMPILE_WEBENGINE_SUPPORT - #endif //_WEBTHEMEINTERFACEDIALOG_H_ -- cgit v1.3.1-10-gc9f91