Merge branch 'master' of github.com:cryptonomex/graphene
This commit is contained in:
commit
fd0e5d4dfb
2 changed files with 1 additions and 3 deletions
|
|
@ -11,8 +11,6 @@ For Ubuntu 14.04 LTS users, see this link first:
|
|||
|
||||
and then proceed with:
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install autoconf autotools-dev build-essential cmake g++ git libboost-all-dev libboost-dev libbz2-dev libdb++-dev libdb-dev libicu-dev libreadline-dev libssl-dev libtool openssl python-dev uuid-dev
|
||||
git clone https://github.com/cryptonomex/graphene.git
|
||||
cd graphene
|
||||
git submodule update --init --recursive
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ void ChainDataModel::getAccountImpl(QString accountIdentifier, Account* const *
|
|||
(*itr)->deleteLater();
|
||||
m_accounts.erase(itr);
|
||||
} else {
|
||||
m_accounts.modify(itr, [=](Account* a){
|
||||
m_accounts.modify(itr, [this,&accountPackage](Account* a){
|
||||
a->setProperty("id", ObjectId(accountPackage->account.id.instance()));
|
||||
a->setProperty("name", QString::fromStdString(accountPackage->account.name));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue