D28295: Introduce KNotificationJobUiDelegate
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Sat Mar 28 09:41:50 GMT 2020
kossebau added inline comments.
INLINE COMMENTS
> knotificationjobuidelegate.cpp:24
> +
> +class Q_DECL_HIDDEN KNotificationJobUiDelegate::Private
> +{
Not using a nested class `Private` but a normal separate one like here to be named `KNotificationJobUiDelegatePrivate` seems more simple, avoids the need for things like Q_DECL_HIDDEN.
At least recently most code uses the latter, so would be good to standardize on that.
REPOSITORY
R289 KNotifications
REVISION DETAIL
https://phabricator.kde.org/D28295
To: broulik, #frameworks, nicolasfella, dfaure
Cc: kossebau, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200328/2e88ecd0/attachment.html>
More information about the Kde-frameworks-devel
mailing list