void DisplayItemList::endScope()
{
    m_scopeStack.removeLast();
    endSkippingCache();
}
Ejemplo n.º 2
0
void PaintController::endScope()
{
    m_scopeStack.removeLast();
    endSkippingCache();
}