11 bool EventBase::listenerCheckQPointer(
17 std::shared_ptr<QPointer<const QObject>>
18 EventBase::listenerMakeQPointer(
const QObject *o) {
19 return std::make_shared<QPointer<const QObject>>(o);
22 void EventBase::begin() {
28 void EventBase::end() {