Bitcoin-Qt: fix GUI after initial multi-wallet patch#2452
Bitcoin-Qt: fix GUI after initial multi-wallet patch#2452laanwj merged 1 commit intobitcoin:masterfrom Diapolo:Qt_fix_GUI
Conversation
- adds 6 methods in BitcoinGUI to access some actions needed by the new
WalletView class
- updates WalletView class to use these instead of trying to duplicate
these
- cleanup walletview.{cpp/h} and remove all unneeded stuff
- this fixes problems with tabs toolbar (#2451) and export broken (#2436)
- more details in #2447
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/8726de26ee0010eaf64d44d69cc9b8e09e580a37 for binaries and test log. |
|
Thanks for the fixes! @CodeShark Next time you should fix your own bugs :p |
There was a problem hiding this comment.
I'm sure this can be done more elegantly with signals.
Then again, due to the nature of the bug fixes I'm going to merge this immediately.
There was a problem hiding this comment.
I'll add a ToDo in my local build :).
Bitcoin-Qt: fix GUI after initial multi-wallet patch
Bitcoin-Qt: fix GUI after initial multi-wallet patch
WalletView class
these