fix building for windows
This commit is contained in:
@@ -113,9 +113,9 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
QObject::connect(ui->actionRescan, &QAction::triggered, [=]() {
|
QObject::connect(ui->actionRescan, &QAction::triggered, [=]() {
|
||||||
// To rescan, we clear the wallet state, and then reload the connection
|
// To rescan, we clear the wallet state, and then reload the connection
|
||||||
// This will start a sync, and show the scanning status.
|
// This will start a sync, and show the scanning status.
|
||||||
getRPC()->clearWallet([=] (auto) {
|
this->getRPC()->clearWallet([=] (auto) {
|
||||||
// Save the wallet
|
// Save the wallet
|
||||||
getRPC()->saveWallet([=] (auto) {
|
this->getRPC()->saveWallet([=] (auto) {
|
||||||
// Then reload the connection. The ConnectionLoader deletes itself.
|
// Then reload the connection. The ConnectionLoader deletes itself.
|
||||||
auto cl = new ConnectionLoader(this, rpc);
|
auto cl = new ConnectionLoader(this, rpc);
|
||||||
cl->loadConnection();
|
cl->loadConnection();
|
||||||
|
|||||||
Reference in New Issue
Block a user