Merge pull request #10027 from glassez/compile-ts

Compile translations at build time
This commit is contained in:
sledgehammer999
2018-12-31 11:31:45 +02:00
committed by GitHub
5 changed files with 24 additions and 55 deletions

View File

@@ -78,7 +78,7 @@ void sigNormalHandler(int signum);
void sigAbnormalHandler(int signum);
#endif
// sys_signame[] is only defined in BSD
const char *sysSigName[] = {
const char *const sysSigName[] = {
#if defined(Q_OS_WIN)
"", "", "SIGINT", "", "SIGILL", "", "SIGABRT_COMPAT", "", "SIGFPE", "",
"", "SIGSEGV", "", "", "", "SIGTERM", "", "", "", "",