Merge branch '1021-tablet' into 'yhkylin/v101-tablet'
1021 tablet See merge request kylinos-src/kylin-nm!12
This commit is contained in:
commit
548c223e37
|
@ -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号:
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue