Package: qtstyleplugins-src / 5.0.0+git23.g335dbec-4

Metadata

Package Version Patches format
qtstyleplugins-src 5.0.0+git23.g335dbec-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix build qt5.15.patch | (download)

src/plugins/styles/gtk2/qgtkstyle.cpp | 4 4 + 0 - 0 !
src/plugins/styles/gtk2/qgtkstyle_p.cpp | 2 2 + 0 - 0 !
2 files changed, 6 insertions(+)

 fix build against qt 5.15
 With 0a93db4d82c051164923a10e4382b12de9049b45
 ("Unify application palette handling between QGuiApplication and QApplication")
 QApplicationPrivate::setSystemPalette does no longer exist.
 .
 This style does explicitly not support "system colors" defined by the platform
 theme, which have priority over the style provided palette. To prevent the
 theme from overriding the colors, it previously used the system palette
 mechanism (which has priority over the theme), but that way does not work
 anymore. Instead, simply use QApplication::setPalette. While that has