| 964 | } |
| 965 | |
| 966 | void MainWidget::runError(const int taskid, const QString & error) { |
| 967 | QMessageBox::critical(this, tr("错误"), error); |
| 968 | if(taskid == THREAD_COMMIT_VALUE_TASK || |
| 969 | taskid == THREAD_DEL_KEY_TASK) |
| 970 | _haveError = true; |
| 971 | } |
| 972 | |
| 973 | void MainWidget::treeClicked(const QModelIndex &index) { |
| 974 |
nothing calls this directly
no outgoing calls
no test coverage detected