From bdd8a93edc4a527338f6d3b76284edf82964956e Mon Sep 17 00:00:00 2001 From: momen Date: Mon, 23 Jun 2025 12:33:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E7=A7=BB=E5=8A=A8=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=B0=E6=A0=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/resources => resources}/default_icon.svg | 0 {src/resources => resources}/down_arrow.svg | 0 src/icons.qrc | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {src/resources => resources}/default_icon.svg (100%) rename {src/resources => resources}/down_arrow.svg (100%) diff --git a/src/resources/default_icon.svg b/resources/default_icon.svg similarity index 100% rename from src/resources/default_icon.svg rename to resources/default_icon.svg diff --git a/src/resources/down_arrow.svg b/resources/down_arrow.svg similarity index 100% rename from src/resources/down_arrow.svg rename to resources/down_arrow.svg diff --git a/src/icons.qrc b/src/icons.qrc index cce5944..9f749df 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -1,6 +1,6 @@ - resources/down_arrow.svg - resources/default_icon.svg + ../resources/down_arrow.svg + ../resources/default_icon.svg