Change chat style sheet to a more apropiate name

This commit is contained in:
Angela Mazzurco 2017-06-13 15:25:31 +02:00
parent 9f26a0aec5
commit 88d170066c
3 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,6 @@
<file>TimedPopup.qml</file>
<file>ChatCache.qml</file>
<file>ChatBubbleDelegate.qml</file>
<file>styles/ChatBubblesStyle.qml</file>
<file>icons/send-message.svg</file>
<file>icons/attach.svg</file>
<file>components/BtnIcon.qml</file>
@ -38,5 +37,6 @@
<file>icons/microphone_mute.svg</file>
<file>icons/microphone.svg</file>
<file>components/ColorHash.qml</file>
<file>styles/ChatStyle.qml</file>
</qresource>
</RCC>

View File

@ -1,5 +1,5 @@
singleton TokensManager 1.0 TokensManager.qml
singleton ClipboardWrapper 1.0 ClipboardWrapper.qml
singleton ChatCache ChatCache.qml
singleton StyleChat styles/ChatBubblesStyle.qml
singleton StyleChat styles/ChatStyle.qml