diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-11-09 19:28:53 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-11-09 19:28:53 -0500 |
commit | f6fcae124f1f98cf4ac060cfc7f3e83c9e8b2979 (patch) | |
tree | 0e2dd8415d517a37a8990fa82b8144b76011b747 /resources/res.qrc | |
parent | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements (diff) | |
download | nheko-f6fcae124f1f98cf4ac060cfc7f3e83c9e8b2979.tar.xz |
Initial Refactoring into separate controls
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index ccb5a637..1e6a22fc 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -183,6 +183,7 @@ <file>qml/ui/Ripple.qml</file> <file>qml/ui/Spinner.qml</file> <file>qml/ui/animations/BlinkAnimation.qml</file> + <file>qml/ui/media/VolumeControl.qml</file> <file>qml/voip/ActiveCallBar.qml</file> <file>qml/voip/CallDevices.qml</file> <file>qml/voip/CallInvite.qml</file> |