From f63911c0194d74d29a2ebb6239363d48e967e3ad Mon Sep 17 00:00:00 2001 From: lixueman Date: Tue, 26 Jul 2022 16:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BA=94=E7=94=A8=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=97=B6=E9=9A=90=E8=97=8F=E4=BF=A1=E5=8F=B7=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=97=B6=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UserInterface/ListView/klistview.cpp | 2 +- src/UserInterface/ListView/listview.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UserInterface/ListView/klistview.cpp b/src/UserInterface/ListView/klistview.cpp index 8151d04..3954bc9 100755 --- a/src/UserInterface/ListView/klistview.cpp +++ b/src/UserInterface/ListView/klistview.cpp @@ -45,8 +45,8 @@ void KListView::onClicked(QModelIndex index) if (var.isValid()) { QString desktopfp = var.value(); - execApp(desktopfp); Q_EMIT sendHideMainWindowSignal(); + execApp(desktopfp); } } diff --git a/src/UserInterface/ListView/listview.cpp b/src/UserInterface/ListView/listview.cpp index 78ed0a3..368f25a 100755 --- a/src/UserInterface/ListView/listview.cpp +++ b/src/UserInterface/ListView/listview.cpp @@ -107,8 +107,8 @@ void ListView::onClicked(QModelIndex index) if (var.value().at(1).toInt() == 0) { Q_EMIT sendAppClassificationBtnClicked(); } else { - execApp(desktopfp); Q_EMIT sendHideMainWindowSignal(); + execApp(desktopfp); } } }