Kaydet (Commit) 54f10a96 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

tdf#93404: Forgot to launch WakeUpThread

...in 017f2507 "Ensure WakeUpThread is joined
before exit"

Change-Id: Iaa5a5772f099b11229bd40c3cc10d863ef0ad5b3
üst d2f218f5
...@@ -544,6 +544,7 @@ void StatusIndicatorFactory::impl_startWakeUpThread() ...@@ -544,6 +544,7 @@ void StatusIndicatorFactory::impl_startWakeUpThread()
if (!m_pWakeUp.is()) if (!m_pWakeUp.is())
{ {
m_pWakeUp = new WakeUpThread(this); m_pWakeUp = new WakeUpThread(this);
m_pWakeUp->launch();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment