logic: fixed errors sometimes not clickable
This commit is contained in:
committed by
Eberhard Graether
parent
6b692ff0e9
commit
941e5dbcaa
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user