Review Request 129658: KConfigDialogManager: cleanup static maps
Aleix Pol Gonzalez
aleixpol at kde.org
Wed Dec 28 04:02:10 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129658/#review101623
-----------------------------------------------------------
src/kconfigdialogmanager.cpp
<https://git.reviewboard.kde.org/r/129658/#comment68040>
Please keep the ones that stayed in KDELibs4Support...
- Aleix Pol Gonzalez
On Dec. 16, 2016, 4:05 p.m., Elvis Angelaccio wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129658/
> -----------------------------------------------------------
>
> (Updated Dec. 16, 2016, 4:05 p.m.)
>
>
> Review request for KDE Frameworks.
>
>
> Repository: kconfigwidgets
>
>
> Description
> -------
>
> The static maps s_changedMaps() and s_propertyMap() still contain a bunch of old class names (even from kdelibs3 times!). This patch replaces most of the hardcoded class names with `QMetaObject::className()`, to ensure compile-time checks and that we don't use non-kf5 classes. We keep the hardcoded names only for widgets in frameworks we don't depen on (KCompletion, KTextWidgets, KIO).
>
>
> Diffs
> -----
>
> src/kconfigdialogmanager.h 4660805ed12d97c2f9c87fdd247ed46f96fd4f22
> src/kconfigdialogmanager.cpp 118d502f2290aa25bf07c1c9dad359fc2b163eaa
>
> Diff: https://git.reviewboard.kde.org/r/129658/diff/
>
>
> Testing
> -------
>
> Builds, tests pass.
>
>
> Thanks,
>
> Elvis Angelaccio
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20161228/3bed78dd/attachment.html>
More information about the Kde-frameworks-devel
mailing list