logic: fixed errors sometimes not clickable

This commit is contained in:
mlangkabel
2019-10-18 13:05:27 +02:00
committed by Eberhard Graether
parent 6b692ff0e9
commit 941e5dbcaa
+1 -1
View File
@@ -70,7 +70,7 @@ QtErrorView::QtErrorView(ViewLayout* viewLayout)
return;
}
Id errorId = m_model->item(index.row(), Column::ID)->text().toUInt();
const Id errorId = m_model->item(index.row(), Column::ID)->text().toLongLong();
m_controllerProxy.executeAsTaskWithArgs(&ErrorController::showError, errorId);
}