Ejemplo n.º 1
0
void QQmlMemoryScope::done()
{
    memprofile_pop_location();
}
Ejemplo n.º 2
0
QQmlMemoryScope::~QQmlMemoryScope()
{
    if (pushed)
        memprofile_pop_location();
}