From 88d170066c875bf38c387fd2189a9a1c4f4395fe Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Tue, 13 Jun 2017 15:25:31 +0200 Subject: [PATCH] Change chat style sheet to a more apropiate name --- retroshare-qml-app/src/qml.qrc | 2 +- retroshare-qml-app/src/qmldir | 2 +- .../src/styles/{ChatBubblesStyle.qml => ChatStyle.qml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename retroshare-qml-app/src/styles/{ChatBubblesStyle.qml => ChatStyle.qml} (100%) diff --git a/retroshare-qml-app/src/qml.qrc b/retroshare-qml-app/src/qml.qrc index 46f04b9c3..55c80b851 100644 --- a/retroshare-qml-app/src/qml.qrc +++ b/retroshare-qml-app/src/qml.qrc @@ -30,7 +30,6 @@ TimedPopup.qml ChatCache.qml ChatBubbleDelegate.qml - styles/ChatBubblesStyle.qml icons/send-message.svg icons/attach.svg components/BtnIcon.qml @@ -38,5 +37,6 @@ icons/microphone_mute.svg icons/microphone.svg components/ColorHash.qml + styles/ChatStyle.qml diff --git a/retroshare-qml-app/src/qmldir b/retroshare-qml-app/src/qmldir index 7a42d0162..974b69075 100644 --- a/retroshare-qml-app/src/qmldir +++ b/retroshare-qml-app/src/qmldir @@ -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 diff --git a/retroshare-qml-app/src/styles/ChatBubblesStyle.qml b/retroshare-qml-app/src/styles/ChatStyle.qml similarity index 100% rename from retroshare-qml-app/src/styles/ChatBubblesStyle.qml rename to retroshare-qml-app/src/styles/ChatStyle.qml