aboutsummaryrefslogtreecommitdiff
path: root/qml.qrc
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-06 19:55:13 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-06 19:57:18 +0200
commit11787ea278bc6ff6d5bc797b597df3f26e2ec9b4 (patch)
tree032ad2ef63301b02ec6fb183a4b893860567a349 /qml.qrc
parent34abe223f7648929f0c6b9132fbdc83e0353b51a (diff)
downloadRWA.Support.DesktopApp-11787ea278bc6ff6d5bc797b597df3f26e2ec9b4.tar.gz
RWA.Support.DesktopApp-11787ea278bc6ff6d5bc797b597df3f26e2ec9b4.tar.bz2
RWA.Support.DesktopApp-11787ea278bc6ff6d5bc797b597df3f26e2ec9b4.zip
Introduce DBusAPI and RWAHost classes
Diffstat (limited to 'qml.qrc')
-rw-r--r--qml.qrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml.qrc b/qml.qrc
index 3e9d682..e7bf198 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -15,6 +15,10 @@
<file>src/RWADBusAdaptor.h</file>
<file>src/session.cpp</file>
<file>src/session.h</file>
+ <file>src/RWAHost.h</file>
+ <file>src/RWAHost.cpp</file>
+ <file>src/DBusAPI.h</file>
+ <file>src/DBusAPI.cpp</file>
<file>src/ListItem.qml</file>
<file>src/ToastManager.qml</file>
<file>src/Toast.qml</file>