D15292: Use lambdas instead of QSignalMapper
Anthony Fieroni
noreply at phabricator.kde.org
Wed Sep 5 13:31:53 BST 2018
anthonyfieroni added inline comments.
INLINE COMMENTS
> close_except_plugin.h:81
> void updateMenu();
> - QPointer<QSignalMapper> updateMenu(
> + using CloseFunction = void (CloseExceptPluginView::*)(const QString &);
> + void updateMenu(
Make it lambda too.
REPOSITORY
R40 Kate
REVISION DETAIL
https://phabricator.kde.org/D15292
To: volkov, #kate
Cc: anthonyfieroni, kwrite-devel, michaelh, kevinapavew, ngraham, demsking, cullmann, sars, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20180905/591e361c/attachment.html>
More information about the KWrite-Devel
mailing list