| 244 | } |
| 245 | |
| 246 | void BatchOperateDialog::runError(const int taskid, const QString & error) { |
| 247 | //if(taskid == THREAD_BATCH_DEL_KEY_TASK) |
| 248 | QMessageBox::critical(this, tr("错误"), error); |
| 249 | Q_UNUSED(taskid) |
| 250 | } |
| 251 | |
| 252 | void BatchOperateDialog::finishWork(const int taskid) { |
| 253 | _vTaskId.removeOne(taskid); |
nothing calls this directly
no outgoing calls
no test coverage detected