Skip to content

config.h: Use constexpr QLatin1String instead of char*

Aleix Pol Gonzalez requested to merge work/apol/configh into master

char* are the past, constexpr lets us calculate certain things at build time.

Merge request reports