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

Method runError

src/RedisView/AppView/MainWidget.cpp:966–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966void 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
973void MainWidget::treeClicked(const QModelIndex &index) {
974

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected