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
PIM
PIM Data Exporter
Commits
7c3a5d87
Commit
7c3a5d87
authored
Apr 26, 2022
by
Laurent Montel
😁
Browse files
change the logic
parent
caf36588
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/synchronizeresourcejob.cpp
View file @
7c3a5d87
...
...
@@ -24,10 +24,10 @@ SynchronizeResourceJob::~SynchronizeResourceJob()
void
SynchronizeResourceJob
::
start
()
{
if
(
!
mListResources
.
isEmpty
())
{
QTimer
::
singleShot
(
0
,
this
,
&
SynchronizeResourceJob
::
slotNextSync
);
}
else
{
if
(
mListResources
.
isEmpty
())
{
Q_EMIT
synchronizationFinished
();
}
else
{
QTimer
::
singleShot
(
0
,
this
,
&
SynchronizeResourceJob
::
slotNextSync
);
}
}
...
...
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