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
Branch
PR13529-5
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7943
Build 13889: Bitcoin ABC Buildbot (legacy)
Build 13888: arc lint + arc unit

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.