@@ -21,6 +21,7 @@ QT_FORMS_UI = \
2121 qt/forms/coincontroldialog.ui \
2222 qt/forms/createwalletdialog.ui \
2323 qt/forms/debugwindow.ui \
24+ qt/forms/descriptiondialog.ui \
2425 qt/forms/editaddressdialog.ui \
2526 qt/forms/governancelist.ui \
2627 qt/forms/helpmessagedialog.ui \
@@ -38,8 +39,7 @@ QT_FORMS_UI = \
3839 qt/forms/receiverequestdialog.ui \
3940 qt/forms/sendcoinsdialog.ui \
4041 qt/forms/sendcoinsentry.ui \
41- qt/forms/signverifymessagedialog.ui \
42- qt/forms/transactiondescdialog.ui
42+ qt/forms/signverifymessagedialog.ui
4343
4444QT_MOC_CPP = \
4545 qt/moc_addressbookpage.cpp \
@@ -57,6 +57,7 @@ QT_MOC_CPP = \
5757 qt/moc_coincontroltreewidget.cpp \
5858 qt/moc_createwalletdialog.cpp \
5959 qt/moc_csvmodelwriter.cpp \
60+ qt/moc_descriptiondialog.cpp \
6061 qt/moc_editaddressdialog.cpp \
6162 qt/moc_governancelist.cpp \
6263 qt/moc_guiutil.cpp \
@@ -92,7 +93,6 @@ QT_MOC_CPP = \
9293 qt/moc_splashscreen.cpp \
9394 qt/moc_trafficgraphwidget.cpp \
9495 qt/moc_transactiondesc.cpp \
95- qt/moc_transactiondescdialog.cpp \
9696 qt/moc_transactionfilterproxy.cpp \
9797 qt/moc_transactionoverviewwidget.cpp \
9898 qt/moc_transactiontablemodel.cpp \
@@ -135,6 +135,7 @@ BITCOIN_QT_H = \
135135 qt/coincontroltreewidget.h \
136136 qt/createwalletdialog.h \
137137 qt/csvmodelwriter.h \
138+ qt/descriptiondialog.h \
138139 qt/editaddressdialog.h \
139140 qt/governancelist.h \
140141 qt/guiconstants.h \
@@ -176,7 +177,6 @@ BITCOIN_QT_H = \
176177 qt/trafficgraphdata.h \
177178 qt/trafficgraphwidget.h \
178179 qt/transactiondesc.h \
179- qt/transactiondescdialog.h \
180180 qt/transactionfilterproxy.h \
181181 qt/transactionoverviewwidget.h \
182182 qt/transactionrecord.h \
@@ -260,6 +260,7 @@ BITCOIN_QT_WALLET_CPP = \
260260 qt/coincontroldialog.cpp \
261261 qt/coincontroltreewidget.cpp \
262262 qt/createwalletdialog.cpp \
263+ qt/descriptiondialog.cpp \
263264 qt/editaddressdialog.cpp \
264265 qt/governancelist.cpp \
265266 qt/masternodelist.cpp \
@@ -279,7 +280,6 @@ BITCOIN_QT_WALLET_CPP = \
279280 qt/sendcoinsentry.cpp \
280281 qt/signverifymessagedialog.cpp \
281282 qt/transactiondesc.cpp \
282- qt/transactiondescdialog.cpp \
283283 qt/transactionfilterproxy.cpp \
284284 qt/transactionoverviewwidget.cpp \
285285 qt/transactionrecord.cpp \
0 commit comments