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:
@@ -25,7 +25,6 @@ class FunctionThread: public QThread {
|
||||
}
|
||||
|
||||
void stop() {
|
||||
// QMetaObject::invokeMethod(this, "quit", Qt::QueuedConnection);
|
||||
quit();
|
||||
wait();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user