fix build error
This commit is contained in:
parent
1e23f4917b
commit
72ca367c65
|
@ -544,7 +544,7 @@ void MainWindow::getTabletMode()
|
|||
m_isShowInCenter = true;
|
||||
return;
|
||||
}
|
||||
QDBusReply<bool> reply = interface->call("get_current_tabletmode");
|
||||
QDBusReply<bool> reply = interface.call("get_current_tabletmode");
|
||||
if (!reply.isValid()) {
|
||||
m_isShowInCenter = true;
|
||||
return;
|
||||
|
|
|
@ -463,7 +463,7 @@ void vpnMainWindow::getTabletMode()
|
|||
m_isShowInCenter = true;
|
||||
return;
|
||||
}
|
||||
QDBusReply<bool> reply = interface->call("get_current_tabletmode");
|
||||
QDBusReply<bool> reply = interface.call("get_current_tabletmode");
|
||||
if (!reply.isValid()) {
|
||||
m_isShowInCenter = true;
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue