fixed some concurrency issues

This commit is contained in:
fourtf
2020-08-22 11:45:18 +02:00
parent 0b0f1c9c5c
commit 83b6fad8e6
4 changed files with 17 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ public:
/// signals.
int append(const T &item, void *caller = nullptr)
{
assertInGuiThread();
return this->insert(item, -1, caller);
}