Small fixes for Qt 5.13
- Jul 01, 2019
-
-
`QPalette::Foreground` is deprecated and was replaced by `QPalette::WindowText` since at least Qt 4.8. https://doc.qt.io/archives/qt-4.8/qpalette.html#ColorRole-enum This replaces the `QPalette::Foreground` color role with `QPalette::WindowText` in `QtDialog/RegexExplorer.cxx` to avoid compiler warnings.
-
Avoid the invalid compression level 0 when invoking rcc. It let's rcc fail with an error since Qt 5.13.
-