]> Nutra Git (v2) - gamesguru/feather.git/commit
libwalletqt: cleanup
authortobtoht <tob@featherwallet.org>
Wed, 12 Mar 2025 10:23:03 +0000 (11:23 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 12 Mar 2025 10:23:03 +0000 (11:23 +0100)
commit2c5f766a7b8b6cd61f1f9c2e827c3857cd76b59f
tree61c9f09343836d59e72f2a9377ab898883b75727
parent4f28d83ac32f54efcc63a2e08cea6b27ae48d1f3
libwalletqt: cleanup
33 files changed:
src/MainWindow.cpp
src/dialog/TxConfAdvDialog.cpp
src/dialog/TxInfoDialog.cpp
src/dialog/TxProofDialog.cpp
src/libwalletqt/AddressBook.cpp
src/libwalletqt/AddressBook.h
src/libwalletqt/Coins.cpp
src/libwalletqt/Coins.h
src/libwalletqt/PassphraseHelper.h
src/libwalletqt/PendingTransaction.h
src/libwalletqt/Subaddress.cpp
src/libwalletqt/Subaddress.h
src/libwalletqt/SubaddressAccount.cpp
src/libwalletqt/SubaddressAccount.h
src/libwalletqt/TransactionHistory.cpp
src/libwalletqt/TransactionHistory.h
src/libwalletqt/Transfer.h [deleted file]
src/libwalletqt/UnsignedTransaction.cpp
src/libwalletqt/UnsignedTransaction.h
src/libwalletqt/Wallet.h
src/libwalletqt/WalletListenerImpl.h
src/libwalletqt/WalletManager.h
src/libwalletqt/rows/AccountRow.h
src/libwalletqt/rows/ConstructionInfo.cpp [moved from src/libwalletqt/ConstructionInfo.cpp with 94% similarity]
src/libwalletqt/rows/ConstructionInfo.h [moved from src/libwalletqt/ConstructionInfo.h with 91% similarity]
src/libwalletqt/rows/ContactRow.h
src/libwalletqt/rows/Input.h [moved from src/libwalletqt/Input.h with 64% similarity]
src/libwalletqt/rows/Output.h [new file with mode: 0644]
src/libwalletqt/rows/PendingTransactionInfo.cpp [moved from src/libwalletqt/PendingTransactionInfo.cpp with 100% similarity]
src/libwalletqt/rows/PendingTransactionInfo.h [moved from src/libwalletqt/PendingTransactionInfo.h with 96% similarity]
src/libwalletqt/rows/SubaddressRow.h
src/libwalletqt/rows/TransactionRow.cpp
src/libwalletqt/rows/TransactionRow.h