コード例 #1
0
void DisplayItemList::endScope()
{
    m_scopeStack.removeLast();
    endSkippingCache();
}
コード例 #2
0
void PaintController::endScope()
{
    m_scopeStack.removeLast();
    endSkippingCache();
}