#pragma once #include #include static inline constexpr auto operator"" _qstr(const char* str, std::size_t N) { return QLatin1String(str, int(N)); }