Merge branch '1021-tablet' into 'yhkylin/v101-tablet'

1021 tablet

See merge request kylinos-src/kylin-nm!12
This commit is contained in:
赵世旭 2022-10-21 05:41:10 +00:00
commit 548c223e37
3 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-nm (3.20.1.6-ok5) v101; urgency=medium
* BUG号
* 需求号:
* 其他改动:编译报错修改
* 影响域:无
-- 赵世旭 <zhaoshixu@zhaoshixu.kylinos.cn> Fri, 21 Oct 2022 13:39:47 +0800
kylin-nm (3.20.1.6-ok4) v101; urgency=medium kylin-nm (3.20.1.6-ok4) v101; urgency=medium
* BUG号 * BUG号

View File

@ -544,7 +544,7 @@ void MainWindow::getTabletMode()
m_isShowInCenter = true; m_isShowInCenter = true;
return; return;
} }
QDBusReply<bool> reply = interface->call("get_current_tabletmode"); QDBusReply<bool> reply = interface.call("get_current_tabletmode");
if (!reply.isValid()) { if (!reply.isValid()) {
m_isShowInCenter = true; m_isShowInCenter = true;
return; return;

View File

@ -463,7 +463,7 @@ void vpnMainWindow::getTabletMode()
m_isShowInCenter = true; m_isShowInCenter = true;
return; return;
} }
QDBusReply<bool> reply = interface->call("get_current_tabletmode"); QDBusReply<bool> reply = interface.call("get_current_tabletmode");
if (!reply.isValid()) { if (!reply.isValid()) {
m_isShowInCenter = true; m_isShowInCenter = true;
return; return;