D13777: KMessageWidget : revert to using highlight colour for Information style (WIP)
Albert Astals Cid
noreply at phabricator.kde.org
Mon Jul 2 23:49:02 BST 2018
aacid added a comment.
Please don't use kdeglobals, kdeglobals has to die, it's a "KDE 4" thing, there's no such thing as "KDE" anymore so using kdeglobals is a very bad idea.
INLINE COMMENTS
> kmessagewidget.cpp:272
> case Positive:
> - bgBaseColor.setRgb(39, 174, 96); // Window: ForegroundPositive
> + bgBaseColor = settings.readRGB(QStringLiteral("ForegroundPositive"), QColor(39, 174, 96));
> break;
I can't find the definition of ForegroundPositive in https://cgit.kde.org/kcmutils.git/tree/src/kdeglobals.kcfg am i missing something?
REPOSITORY
R236 KWidgetsAddons
REVISION DETAIL
https://phabricator.kde.org/D13777
To: rjvbb, ngraham, #frameworks
Cc: aacid, cfeck, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180702/aedaf0ae/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list