]> Nutra Git (v1) - gamesguru/feather.git/commit
refactor: move ModelUtils into Utils
authortobtoht <tob@featherwallet.org>
Tue, 28 Mar 2023 20:42:12 +0000 (22:42 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 28 Mar 2023 20:42:12 +0000 (22:42 +0200)
commit0abd323bbb29a7e92bb135635e76c2f9b0d08acc
treeed118ee637aaf0f0e0e54891c8d99b401e24c488
parent8fd583a6495e61f093f9ae7abb214dc262edd382
refactor: move ModelUtils into Utils
21 files changed:
src/ContactsWidget.cpp
src/ReceiveWidget.cpp
src/dialog/AccountSwitcherDialog.cpp
src/dialog/BalanceDialog.cpp
src/dialog/OutputInfoDialog.cpp
src/dialog/TxConfAdvDialog.cpp
src/dialog/TxConfDialog.cpp
src/dialog/TxInfoDialog.cpp
src/dialog/VerifyProofDialog.cpp
src/dialog/WalletCacheDebugDialog.cpp
src/model/AddressBookModel.cpp
src/model/CoinsModel.cpp
src/model/ModelUtils.cpp [deleted file]
src/model/ModelUtils.h [deleted file]
src/model/SubaddressAccountModel.cpp
src/model/SubaddressModel.cpp
src/model/SubaddressView.cpp
src/model/TransactionHistoryModel.cpp
src/utils/Utils.cpp
src/utils/Utils.h
src/widgets/PayToEdit.cpp