Skip to content

are you sure it can be used to multi thread? #1

@Qyee

Description

@Qyee

bool GitlEventBus::registerModule(GitlModuleDelegate* pcModule)
{
qRegisterMetaType< QSharedPointer >("QSharedPointer");
connect(this, SIGNAL(eventTriggered(QSharedPointer) ),
pcModule, SLOT (detonate (QSharedPointer) ),
Qt::AutoConnection );

return true;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions