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
PIM
KMail
Commits
f5f605f0
Commit
f5f605f0
authored
Dec 02, 2021
by
Laurent Montel
Browse files
Fix warning
parent
2a675322
Pipeline
#104075
passed with stage
in 3 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/summary/kcmkontactsummary.cpp
View file @
f5f605f0
...
...
@@ -116,7 +116,7 @@ void KCMKontactSummary::load()
mPluginView
->
clear
();
for
(
auto
plugin
:
std
::
as_const
(
pluginMetaDatas
))
{
QVariant
var
=
plugin
.
value
(
QStringLiteral
(
"X-KDE-KontactPluginHasSummary"
));
QVariant
var
=
plugin
.
value
(
QStringLiteral
(
"X-KDE-KontactPluginHasSummary"
)
,
false
);
if
(
var
.
isValid
()
&&
var
.
toBool
()
==
true
)
{
auto
item
=
new
PluginItem
(
plugin
,
mPluginView
);
...
...
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