Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
1d7ed315
Commit
1d7ed315
authored
Jul 13, 2022
by
Stefano Crocco
Browse files
Use the correct path for the Cookies KCM for KIO >= 5.95
parent
90807e9f
Pipeline
#206433
passed with stage
in 4 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/konqmainwindow.cpp
View file @
1d7ed315
...
...
@@ -132,6 +132,7 @@
#include
<sonnet/configdialog.h>
#include
<kwindowsystem.h>
#include
<netwm.h>
#include
<kio_version.h>
#include
<kauthorized.h>
#include
<QDBusConnection>
...
...
@@ -1710,7 +1711,12 @@ void KonqMainWindow::slotConfigure(const QString startingModule)
"kcm_webshortcuts"
,
"kcm_proxy"
,
"konqueror_kcms/kcm_history"
,
#if KIO_VERSION >= QT_VERSION_CHECK(5,95,0)
"plasma/kcms/systemsettings_qwidgets/kcm_cookies"
,
#else
"kcm_cookies"
,
#endif
"konqueror_kcms/khtml_java_js"
,
};
for
(
uint
i
=
0
;
i
<
sizeof
(
webModules
)
/
sizeof
(
char
*
);
++
i
)
{
...
...
Stefano Crocco
@stefanocrocco
mentioned in commit
760b1a76
·
Jul 18, 2022
mentioned in commit
760b1a76
mentioned in commit 760b1a760368b4c80fd9de35a07f17b37a8567b0
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment