From 7e4d5d9689efaee80485fd3762985b26aa50031d Mon Sep 17 00:00:00 2001 From: zhaominyong Date: Wed, 13 Jul 2022 14:32:36 +0800 Subject: [PATCH] =?UTF-8?q?129503=20=E3=80=90=E5=A4=87=E4=BB=BD=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E3=80=91=E5=90=91=E6=95=B0=E6=8D=AE=E5=A4=87=E4=BB=BD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8B=96=E6=8B=BD=E6=96=87=E4=BB=B6=E5=90=8E?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=B8=8A=E4=B8=80=E6=AD=A5=EF=BC=8C=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E8=BF=9B=E5=85=A5=E6=8B=96=E6=8B=BD=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=97=A0=E6=8B=96=E6=94=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=88=96=E6=96=87=E4=BB=B6=E5=A4=B9=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=96=87=E6=A1=88=E6=8F=90=E7=A4=BA(?= =?UTF-8?q?=E5=BF=85=E7=8E=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kybackup/component/backuplistwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kybackup/component/backuplistwidget.h b/kybackup/component/backuplistwidget.h index 6b85326..2970524 100755 --- a/kybackup/component/backuplistwidget.h +++ b/kybackup/component/backuplistwidget.h @@ -63,6 +63,8 @@ public: this->clear(); this->m_List.clear(); emit this->deleteEmpty(); + m_plusLogo->setVisible(true); + m_plusText->setVisible(true); } protected: