davidre added inline comments. INLINE COMMENTS
> kmessagewidget.cpp:317 > + constexpr float alpha = 0.2; > + const auto parentWidget = qobject_cast<QWidget*>(parent()); > + const QColor parentWindowColor = (parentWidget ? parentWidget->palette() > : qApp->palette()).color(QPalette::Window); I knew there was a function like that but couldn't remember its name. Thanks! REPOSITORY R236 KWidgetsAddons BRANCH no-css (branched from master) REVISION DETAIL https://phabricator.kde.org/D27035 To: davidre, #frameworks, ngraham Cc: cfeck, dhaumann, ngraham, kde-frameworks-devel, LeGast00n, GB_2, michaelh, bruns