D28431: Attachment open dialogue: Make the button order more useful
Sandro Knauß
noreply at phabricator.kde.org
Tue Mar 31 02:07:29 BST 2020
knauss added inline comments.
INLINE COMMENTS
> attachmentdialog.cpp:66
> connect(user3Button, &QPushButton::clicked, this, &AttachmentDialog::saveClicked);
> - connect(user1Button, &QPushButton::clicked, this, &AttachmentDialog::openWithClicked);
> + connect(user2Button, &QPushButton::clicked, this, &AttachmentDialog::openWithClicked);
> }
please move this line up to line 59, so everything that is related to user2Button is at one place.
REPOSITORY
R94 PIM: Message Library
REVISION DETAIL
https://phabricator.kde.org/D28431
To: marten, #kde_pim
Cc: knauss, kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200331/61ffb818/attachment.html>
More information about the kde-pim
mailing list