Fix build
This commit is contained in:
parent
2f97a84cb2
commit
72f5284e49
1 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ Account* ChainDataModel::getAccount(QString name)
|
||||||
{
|
{
|
||||||
by_name_idx.modify( itr,
|
by_name_idx.modify( itr,
|
||||||
[=]( Account* a ){
|
[=]( Account* a ){
|
||||||
a->setProperty("id", result.front()->id.instance() );
|
a->setProperty("id", qint64(result.front()->id.instance()));
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue