mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 13:44:50 +02:00
Merge #17937: gui: Remove WalletView and BitcoinGUI circular dependency
cb8a86d9f9
gui: Remove WalletView and BitcoinGUI circular dependency (João Barbosa)ac3d10777d
gui: Add transactionClicked and coinsSent signals to WalletView (João Barbosa) Pull request description: Essentially moves the code in `WalletView::setBitcoinGUI` to the only caller. Two new signals are added beforehand in the first commit so that the connections in `WalletFrame` are all from the wallet view. ACKs for top commit: hebasto: ACKcb8a86d9f9
, tested on Linux Mint 19.3. jonasschnelli: utACKcb8a86d9f9
Tree-SHA512: 250316cd3689e51c8cded9ccd75963c836dcafa6db25d684f2aa691dea9738895f9140793e0f925784909e39f8257f7e1c7d611e8bd6d6634e1a50333f4ddb1e
This commit is contained in:
@ -14,7 +14,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
|
||||
"policy/fees -> txmempool -> policy/fees"
|
||||
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel"
|
||||
"qt/bitcoingui -> qt/walletframe -> qt/bitcoingui"
|
||||
"qt/bitcoingui -> qt/walletview -> qt/bitcoingui"
|
||||
"qt/clientmodel -> qt/peertablemodel -> qt/clientmodel"
|
||||
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel"
|
||||
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
|
||||
|
Reference in New Issue
Block a user