Krita Source Code Documentation
Loading...
Searching...
No Matches
KisUpgradeToWriteLocker.h File Reference
#include <QReadLocker>
#include <QReadWriteLock>

Go to the source code of this file.

Classes

class  KisUpgradeToWriteLocker
 The KisUpgradeToWriteLocker class is use for RAII style unlocking the read lock and then locking the lock for write. We basically "upgrade" the lock to a write one. More...