Home
last modified time | relevance | path

Searched refs:notAllowedStateLocks (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/models/
H A DDocumentModel.h358 …QList<DocumentModLock> notAllowedStateLocks; // if document contains one of these locks -> it's n… variable
H A DDocumentModel.cpp618 foreach (DocumentModLock l, c.notAllowedStateLocks) { in checkConstraints()