i need to read from my model (subclass of QAbstractItemModel ) from a different thread, what is the safest way to do this? preferably, doing so without using multithreading primitives (QMutex etc..)
i need to read from my model (subclass of QAbstractItemModel ) from a different thread, what is the safest way to do this? preferably, doing so without using multithreading primitives (QMutex etc..)
Bookmarks