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

--- Comment #3 from Aleix Pol <aleix...@kde.org> ---
Holder is in Qt.

I imagine it's the one here: qtbase/corelib/global/qglobalstatic.h:86

    struct Holder {
        QtPrivate::QSlotObjectBase *obj;
        ~Holder() { obj->destroyIfLastRef(); }
    } holder = { slot };
    Q_UNUSED(holder);

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

Reply via email to