Page MenuHomePhabricator

Update qt/walletmodel.cpp with Qt5 connect syntax
ClosedPublic

Authored by nakihito on Oct 31 2019, 18:41.

Details

Summary
Test Plan
make check
./bitcoin-qt
Send -> Receive -> Transactions

Verify each sub menu loads correctly.

Help -> Debug -> Console
createwallet test

Switch to the new wallet in both the console and the main window
In the console:

getwalletinfo

In the mainwindow:

Overview -> Send -> Receive -> Transactions

Verify the main window loadseach sub menu correctly.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 31 2019, 18:41
This revision is now accepted and ready to land.Oct 31 2019, 20:10

Rebased and removed dependency.