aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-04-15 09:18:25 -0400
committerMatt Porter <mporter@konsulko.com>2017-04-20 22:00:09 -0400
commit3fd71f4b6bc026f2f9054140f7bf612855e45d7d (patch)
tree202cb27d30a55843e44d828b9f8043dd9697eddf /app/app.pro
parent392effc544e3d94b82f806378d4ac1d11a185422 (diff)
Rewrite PulseAudio backend into a threaded class
Converts the Mixer PulseAudio backend from a C library to a PaClient class which runs in its own QThread. This faciliates isolation of PaControlModel updates to the QML thread where they belong. It also provides the foundation for runtime updates of the model and reuse of the PaClient class in other apps. AGL-Bug: SPEC-548 Change-Id: I13c4c220fde2fd4bc4aea2e04f39152a963b5fa0 Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index e8fe05b..34c37f4 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -3,11 +3,11 @@ QT = quickcontrols2
HEADERS += \
pacontrolmodel.h \
- pac.h
+ paclient.h
SOURCES = main.cpp \
pacontrolmodel.cpp \
- pac.c
+ paclient.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libpulse