Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
Telepathy Contact Runner
Commits
fef8a60c
Commit
fef8a60c
authored
Oct 10, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More suitable variable name
parent
c87442cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/contactrunner.cpp
src/contactrunner.cpp
+2
-2
No files found.
src/contactrunner.cpp
View file @
fef8a60c
...
...
@@ -324,8 +324,8 @@ void ContactRunner::matchContacts(Plasma::RunnerContext &context)
continue
;
}
const
auto
c
ont
e
cts
=
account
->
connection
()
->
contactManager
()
->
allKnownContacts
();
for
(
const
Tp
::
ContactPtr
&
contact
:
c
ont
e
cts
)
{
const
auto
allKnownC
ont
a
cts
=
account
->
connection
()
->
contactManager
()
->
allKnownContacts
();
for
(
const
Tp
::
ContactPtr
&
contact
:
allKnownC
ont
a
cts
)
{
Plasma
::
QueryMatch
match
(
this
);
qreal
relevance
=
0.1
;
...
...
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