Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Telepathy Contact Runner
Commits
fef8a60c
Commit
fef8a60c
authored
Oct 10, 2020
by
Alexander Lohnau
💬
Browse files
More suitable variable name
parent
c87442cc
Changes
1
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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