libgitlevtbus icon indicating copy to clipboard operation
libgitlevtbus copied to clipboard

are you sure it can be used to multi thread?

Open Qyee opened this issue 1 year ago • 0 comments

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

return true;

}

Qyee avatar Mar 08 '24 08:03 Qyee