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
Unmaintained
KDE Pim Libraries
Commits
ce10253d
Commit
ce10253d
authored
Nov 08, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize mJobCount
parent
ec1ee323
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
akonadi/kmime/removeduplicatesjob.cpp
akonadi/kmime/removeduplicatesjob.cpp
+1
-0
No files found.
akonadi/kmime/removeduplicatesjob.cpp
View file @
ce10253d
...
@@ -161,6 +161,7 @@ RemoveDuplicatesJob::RemoveDuplicatesJob(const Akonadi::Collection &folder, QObj
...
@@ -161,6 +161,7 @@ RemoveDuplicatesJob::RemoveDuplicatesJob(const Akonadi::Collection &folder, QObj
:
Job
(
parent
)
:
Job
(
parent
)
,
d
(
new
Private
(
this
))
,
d
(
new
Private
(
this
))
{
{
d
->
mJobCount
=
1
;
d
->
mFolders
<<
folder
;
d
->
mFolders
<<
folder
;
}
}
...
...
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