Beispiel #1
0
bool TWidget::HasSlot(const Slot& slot) const {
    return eventSystem.HasSlot(slot.GetID());
}