Introduce MediaManager

Currently, this is only to pause playback of other media when something new starts playing.
In the future, it will also be used for other things, like call ringing, etc.
This commit is contained in:
Tobias Fella
2024-02-18 21:34:15 +01:00
parent b27bec3e16
commit d99fae333a
5 changed files with 78 additions and 1 deletions

View File

@@ -161,6 +161,8 @@ add_library(neochat STATIC
enums/neochatroomtype.h
models/sortfilterroomtreemodel.cpp
models/sortfilterroomtreemodel.h
mediamanager.cpp
mediamanager.h
)
qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN