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
51e45d19
Commit
51e45d19
authored
Oct 11, 2022
by
Laurent Montel
Browse files
Use std::chrono_literals
parent
7713401e
Changes
1
Hide whitespace changes
Inline
Side-by-side
agents/mailfilteragent/mailfilteragent.cpp
View file @
51e45d19
...
...
@@ -263,7 +263,7 @@ void MailFilterAgent::itemsReceiviedForFiltering(const Akonadi::Item::List &item
emitProgress
(
++
mProgressCounter
);
mProgressTimer
->
start
(
1
000
);
mProgressTimer
->
start
(
1
s
);
}
void
MailFilterAgent
::
mailCollectionAdded
(
const
Akonadi
::
Collection
&
collection
,
const
Akonadi
::
Collection
&
)
...
...
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