Код: Выделить всё
static constexpr QString FOO = QStringLiteral("foo"); // erro compile , because QString has not default destructor.
Подробнее здесь: https://stackoverflow.com/questions/711 ... mpile-time
Код: Выделить всё
static constexpr QString FOO = QStringLiteral("foo"); // erro compile , because QString has not default destructor.