D23170: Fix colors from KStatefulBrushes not using application colorschemes

Nathaniel Graham noreply at phabricator.kde.org
Thu Aug 15 20:24:27 BST 2019


ngraham added inline comments.

INLINE COMMENTS

> breezestyle.cpp:198
> +        #if !BREEZE_USE_KDE4
> +        #if QT_VERSION < 0x050D00 // Check if Qt version < 5.13
> +        this->addEventFilter(qApp);

You can make it more readable like this:

`#if QT_VERSION < QT_VERSION_CHECK(5,13,0)`

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D23170

To: ndavis, #vdg, #breeze
Cc: mglb, ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190815/d71d69b4/attachment-0001.html>


More information about the Plasma-devel mailing list