libgitlevtbus icon indicating copy to clipboard operation
libgitlevtbus copied to clipboard

C++ event (or message) bus based on Qt

Results 1 libgitlevtbus issues
Sort by recently updated
recently updated
newest added

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