#include "qw_abstractsoundevent.h" QWAbstractSoundEvent:: QWAbstractSoundEvent() {} QWAbstractSoundEvent::~QWAbstractSoundEvent() {} //////////////////////// void QWAbstractSoundEvent::setSoundPlayer(QWSoundPlayer *const soundplayer) noexcept { ptr_soundplayer = soundplayer; } QWSoundPlayer *QWAbstractSoundEvent::soundPlayer() const noexcept { return ptr_soundplayer; }