Skip to content

implement a new audio player base class

Alexander Stippich requested to merge astippich/elisa:abstractAudioPlayer into master

Inherit QtMultimedia and VLC player from the new base class. Allows to catch compile time errors for QtMultimeda when vlc is installed and implement common code in the parent class.

Merge request reports