Wizard: setup testnet/daemon address

This commit is contained in:
Ilya Kitaev
2016-09-23 00:05:20 +03:00
parent 3abee20196
commit e287ce88bc
6 changed files with 108 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ int main(int argc, char *argv[])
QObject::connect(eventFilter, SIGNAL(mousePressed(QVariant,QVariant,QVariant)), rootObject, SLOT(mousePressed(QVariant,QVariant,QVariant)));
QObject::connect(eventFilter, SIGNAL(mouseReleased(QVariant,QVariant,QVariant)), rootObject, SLOT(mouseReleased(QVariant,QVariant,QVariant)));
WalletManager::instance()->setLogLevel(WalletManager::LogLevel_Silent);
WalletManager::instance()->setLogLevel(WalletManager::LogLevel_Max);
return app.exec();
}