https://bugs.kde.org/show_bug.cgi?id=454061

--- Comment #3 from Ahmad Samir <a.samir...@gmail.com> ---
bool QIconEngine::isNull() const
{
    bool isNull = false;
    const_cast<QIconEngine *>(this)->virtual_hook(QIconEngine::IsNullHook,
&isNull);
    return isNull;
}

second backtrace, it's crashing on the const_cast line above, which makes no
sense to me...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to