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