diff options
| author | 2023-11-28 10:38:17 +0100 | |
|---|---|---|
| committer | 2023-11-28 10:38:17 +0100 | |
| commit | f8b64fbc38eead48cbccff4f75d11d3224b400dd (patch) | |
| tree | 26ade25e8d87abf036ea7f429f8f5121efa914e2 /src/modules/theme/ThemeManagementDialog.h | |
| parent | Ircview: Fix out of bound memory read when a line ends with a tab; fix #2377 (diff) | |
| download | KVIrc-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/ThemeManagementDialog.h')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.h b/src/modules/theme/ThemeManagementDialog.h index 743cd160a..e82dbbcde 100644 --- a/src/modules/theme/ThemeManagementDialog.h +++ b/src/modules/theme/ThemeManagementDialog.h @@ -39,9 +39,7 @@ #include <QMenu> #include "kvi_settings.h" -#if defined(COMPILE_WEBENGINE_SUPPORT) || defined(Q_MOC_RUN) #include "WebThemeInterfaceDialog.h" -#endif class QLineEdit; class QPushButton; @@ -76,9 +74,7 @@ protected: QMenu * m_pContextPopup; QToolButton * m_pDeleteThemeButton; QToolButton * m_pPackThemeButton; -#if defined(COMPILE_WEBENGINE_SUPPORT) || defined(Q_MOC_RUN) WebThemeInterfaceDialog * m_pWebThemeInterfaceDialog; -#endif public: static ThemeManagementDialog * instance() { return m_pInstance; } static void display(bool bTopLevel); |
