Use proper classes for:
Ui::ModalOverlayto remove<customwidget>entryUi::ReceiveCoinsDialogto be consistent with the code base
This PR does not change behavior.
Use proper classes for:
Ui::ModalOverlay to remove <customwidget> entryUi::ReceiveCoinsDialog to be consistent with the code baseThis PR does not change behavior.
Tested ACK 93352d261fa4e1518a4f006de157ff5a2fc4c819 - ran this on top of master and tested the modal overlay on initial mainnet sync.
0 | @@ -1,7 +1,7 @@ 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | <ui version="4.0"> 3 | <class>ModalOverlay</class> 4 | - <widget class="ModalOverlay" name="ModalOverlay"> 5 | + <widget class="QWidget" name="ModalOverlay">
Right, a customwidget entry for the top-level widget is always unnecessary, as it's not instantiated by the generated code.
code review ACK 93352d261fa4e1518a4f006de157ff5a2fc4c819