diff --git a/debian/changelog b/debian/changelog index dc64d451..f89d0ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +kylin-nm (3.20.1.6-ok5) v101; urgency=medium + + * BUG号: + * 需求号: + * 其他改动:编译报错修改 + * 影响域:无 + + -- 赵世旭 Fri, 21 Oct 2022 13:39:47 +0800 + kylin-nm (3.20.1.6-ok4) v101; urgency=medium * BUG号: diff --git a/src/frontend/mainwindow.cpp b/src/frontend/mainwindow.cpp index 26e766b4..bf915f55 100644 --- a/src/frontend/mainwindow.cpp +++ b/src/frontend/mainwindow.cpp @@ -544,7 +544,7 @@ void MainWindow::getTabletMode() m_isShowInCenter = true; return; } - QDBusReply reply = interface->call("get_current_tabletmode"); + QDBusReply reply = interface.call("get_current_tabletmode"); if (!reply.isValid()) { m_isShowInCenter = true; return; diff --git a/src/frontend/vpnmainwindow.cpp b/src/frontend/vpnmainwindow.cpp index e91a5ecb..fe845a80 100644 --- a/src/frontend/vpnmainwindow.cpp +++ b/src/frontend/vpnmainwindow.cpp @@ -463,7 +463,7 @@ void vpnMainWindow::getTabletMode() m_isShowInCenter = true; return; } - QDBusReply reply = interface->call("get_current_tabletmode"); + QDBusReply reply = interface.call("get_current_tabletmode"); if (!reply.isValid()) { m_isShowInCenter = true; return;