D23797: [KWidgetAddons] port to non-deprecated Qt API
Albert Astals Cid
noreply at phabricator.kde.org
Mon Sep 9 14:54:49 BST 2019
aacid added a comment.
+1 looks sane but i have **not** tried this
INLINE COMMENTS
> kcollapsiblegroupbox.cpp:288
> {
> - int top, left, right, bottom;
> - getContentsMargins(&left, &top, &right, &bottom);
> + QMargins margins = contentsMargins();
>
if you get bored, add const?
> kpixmapregionselectordialog.cpp:53
> //Set maximum size for picture
> - QDesktopWidget desktopWidget;
> - QRect screen = desktopWidget.availableGeometry();
> + QRect screenGeometry = pixmapSelectorWidget->screen()->availableGeometry();
> pixmapSelectorWidget->setMaximumWidgetSize(
same, if you get bored, const
REPOSITORY
R236 KWidgetsAddons
REVISION DETAIL
https://phabricator.kde.org/D23797
To: dfaure, cfeck
Cc: aacid, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190909/9ce6a4aa/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list