QCoreApplication init calls
setlocale(LC_ALL, "");
that is crucial for gettext to work, so assert if
the user tries to use it before.
QCoreApplication init calls
setlocale(LC_ALL, "");
that is crucial for gettext to work, so assert if
the user tries to use it before.
| No Linters Available |
| No Unit Test Coverage |
| Buildable 1997 | |
| Build 2015: arc lint + arc unit |
| src/kcatalog.cpp | ||
|---|---|---|
| 188 | Q_ASSERT_X exists for this purpose | |
Qt itself tends to write "QCoreApplication" in such warnings instead of Q*Application, but OK.
This change makes kwin_x11 crash on startup. Please fix kwin or degrade this to a warning.
KWin is fixed in 5.12, 5.13 and master branch, thanks for bringing this to our attention