修复打不开自行添加的应用
This commit is contained in:
@ -171,7 +171,7 @@ void ApplicationManager::onclick1(QString op, QString func, QString path, QStrin
|
||||
DeviceRequest *device_request = new DeviceRequest;//构造函数里面会自动发送请求
|
||||
delete device_request;
|
||||
}
|
||||
if(software_ok&&app_ok)
|
||||
if (software_ok && app_ok)
|
||||
{
|
||||
QMessageBox::information(this, QString::fromLocal8Bit("提示"), QString::fromLocal8Bit("更新成功"));
|
||||
emit refresh_tab();
|
||||
|
Reference in New Issue
Block a user