1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Cleans up all redundant lock/unique_guard declarations.

This commit is contained in:
Thomas Harte
2020-06-15 00:24:10 -04:00
parent 902b33d25d
commit 495024d6fe
18 changed files with 61 additions and 62 deletions
-1
View File
@@ -25,7 +25,6 @@ class FunctionThread: public QThread {
}
void stop() {
// QMetaObject::invokeMethod(this, "quit", Qt::QueuedConnection);
quit();
wait();
}