Skip to content
Snippets Groups Projects
Commit 61d5e96c authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

qtwrapper: Wait for all threads to finish

Call DRing::fini(), just like the dbus client does

Refs #70803
parent 0439ea13
Branches
Tags
No related merge requests found
...@@ -54,6 +54,7 @@ public Q_SLOTS: // METHODS ...@@ -54,6 +54,7 @@ public Q_SLOTS: // METHODS
void Unregister(int pid) void Unregister(int pid)
{ {
Q_UNUSED(pid) //When directly linked, the PID is always the current process PID Q_UNUSED(pid) //When directly linked, the PID is always the current process PID
DRing::fini();
} }
bool isConnected(); bool isConnected();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment