MCPcopy Create free account
hub / github.com/cc20110101/RedisView / runError

Method runError

src/RedisView/AppView/BatchOperateDialog.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void 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
252void BatchOperateDialog::finishWork(const int taskid) {
253 _vTaskId.removeOne(taskid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected