made caller/concurrent rules tighter

This commit is contained in:
fourtf
2019-08-20 23:29:11 +02:00
parent 7d842e6cf7
commit 14222f84f2
9 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ private:
this->t_ = other;
}
T *t_{};
std::atomic<T *> t_{};
QMetaObject::Connection conn_;
};
} // namespace chatterino