Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Dan Leinir Turthra Jensen
Plasma Desktop
Commits
25ee470d
Commit
25ee470d
authored
Jun 18, 2020
by
Ivan Čukić
👁
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ivan/kcm-plasma-search-fix' into HEAD
parents
2ba11bea
399bc9fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kcms/runners/kcm.cpp
kcms/runners/kcm.cpp
+1
-1
No files found.
kcms/runners/kcm.cpp
View file @
25ee470d
...
...
@@ -75,7 +75,7 @@ SearchConfigModule::SearchConfigModule(QWidget* parent, const QVariantList& args
m_pluginSelector
=
new
KPluginSelector
(
this
);
connect
(
m_pluginSelector
,
&
KPluginSelector
::
changed
,
this
,
QOverload
<
bool
>::
of
(
&
SearchConfigModule
::
c
hanged
)
);
connect
(
m_pluginSelector
,
&
KPluginSelector
::
changed
,
this
,
[
this
]
{
markAsC
hanged
();
}
);
connect
(
m_pluginSelector
,
&
KPluginSelector
::
defaulted
,
this
,
&
KCModule
::
defaulted
);
layout
->
addLayout
(
headerLayout
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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