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
Weixuan Xiao
kdeconnect-kde
Commits
af2c0a43
Commit
af2c0a43
authored
Mar 03, 2014
by
Àlex Fiestas
Browse files
In the KDED, call start in the next loop.
This is useful to start all KDED's before blocking even for some ms.
parent
ee5bf890
Changes
1
Hide whitespace changes
Inline
Side-by-side
kded/kded.cpp
View file @
af2c0a43
...
...
@@ -34,7 +34,7 @@ Kded::Kded(QObject *parent, const QList<QVariant>&)
:
KDEDModule
(
parent
)
,
m_daemon
(
0
)
{
start
(
);
QMetaObject
::
invokeMethod
(
this
,
"start"
,
Qt
::
QueuedConnection
);
kDebug
(
kdeconnect_kded
())
<<
"kded_kdeconnect started"
;
}
...
...
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