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
PIM
Kontact
Commits
f7f11245
Commit
f7f11245
authored
Jun 09, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/17.04'
parents
df75264a
641a0eed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/mainwindow.cpp
src/mainwindow.cpp
+7
-2
No files found.
src/mainwindow.cpp
View file @
f7f11245
...
...
@@ -30,9 +30,9 @@
#include "kontactconfiguredialog.h"
using
namespace
Kontact
;
#ifndef WIN32
#include <unistd.h>
#endif
#include <Libkdepim/BroadcastStatus>
#include <Libkdepim/ProgressStatusBarWidget>
#include <Libkdepim/StatusbarProgressWidget>
...
...
@@ -213,7 +213,12 @@ void MainWindow::waitForKSycoca()
// System Configuration database necessary for further
// Kontact startup
qCDebug
(
KONTACT_LOG
)
<<
"Waiting for KSycoca"
;
#ifdef WIN32
Sleep
(
1000
);
#else
sleep
(
1
);
#endif
++
i
;
}
// This should only happen if the distribution is broken
...
...
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