diff options
| author | 2023-09-20 22:07:04 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | 9419f8b75e9f4816d62614b7cbcdc23b6738a81f (patch) | |
| tree | f82a615acdd1ed738298cff73fb749276a7ba023 /src/modules/objects/KvsObject_webView.cpp | |
| parent | README.md: replace travis badge with github actions (diff) | |
| download | KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.gz KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.bz2 KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.zip | |
Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT
Diffstat (limited to 'src/modules/objects/KvsObject_webView.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_webView.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp index 470bfca0d..d5fc79414 100644 --- a/src/modules/objects/KvsObject_webView.cpp +++ b/src/modules/objects/KvsObject_webView.cpp @@ -33,7 +33,7 @@ #include <QMenu> -#if defined(COMPILE_WEBKIT_SUPPORT) +#if defined(COMPILE_WEBENGINE_SUPPORT) #include <QWebEngineProfile> #include <QWebEngineView> #include <QWebEngineSettings> @@ -276,12 +276,12 @@ const char * const actions_tbl[] = { @type: class @short: - Provides web support in a widget using webkit. + Provides web support in a widget using webengine. @inherits: [class]object[/class] [class]widget[/class] @description: - Provides an embedded web browser using webkit. Page structure can be managed by web element's unique identifiers. + Provides an embedded web browser using webengine. Page structure can be managed by web element's unique identifiers. @functions: !fn: $load(<url:string>) Sets the current URL for the webView and starts loading it @@ -787,4 +787,4 @@ bool KviKvsWebView::event(QEvent * e) } KviKvsWebView::~KviKvsWebView() = default; -#endif // COMPILE_WEBKIT_SUPPORT +#endif // COMPILE_WEBENGINE_SUPPORT |
