From 11abf52a8ac521c40e306cc3113426606dcc3000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 16 Sep 2020 16:31:10 +0300 Subject: qcam: Remove unneeded './' file prefix in *.qrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no need to prefix files in the local directory with './'. Drop it. While at it, add indentation to make the *.qrc files more readable. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- src/qcam/assets/feathericons/feathericons.qrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/qcam/assets/feathericons/feathericons.qrc') diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc index 656f2b46..c5302040 100644 --- a/src/qcam/assets/feathericons/feathericons.qrc +++ b/src/qcam/assets/feathericons/feathericons.qrc @@ -1,11 +1,11 @@ -./aperture.svg -./camera-off.svg -./play-circle.svg -./save.svg -./stop-circle.svg -./x-circle.svg + aperture.svg + camera-off.svg + play-circle.svg + save.svg + stop-circle.svg + x-circle.svg -- cgit v1.2.1