You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16c157d qt, refactor: Use better QMenu::addAction overloaded function (Hennadii Stepanov)
7931175 qt: Do not assign Alt+<KEY> shortcuts to context menu actions (Hennadii Stepanov)
963e120 qt: Drop menu separator that separates nothing (Hennadii Stepanov)
1398a65 qt, refactor: Make AddressBookPage::deleteAction a local variable (Hennadii Stepanov)
Pull request description:
This PR:
1. removes useless `Alt` + `<KEY>` shortcuts from context menu items
2. replaces 3 lines of code with the only call of [`QMenu::addAction`](https://doc.qt.io/qt-5/qmenu.html#addAction-5) for each context menu item (it became possible since bitcoin#21286 was merged)
3. makes other minor cleanups
No behavior change.
ACKs for top commit:
kristapsk:
ACK 16c157d
promag:
Code review ACK 16c157d. Nice code cleanup that takes advantage of more recent Qt API.
jarolrod:
ACK 16c157d
Tree-SHA512: e5555fe957058cc67b351aaf9f09fe3635edb2d07a2223d3093913a25607ae538f0a2fde84c0b0cd43e7475b248949548eb4a5d4b21d8f7391fa2fa8541c04ff
0 commit comments