blob: c3bd7631d6f7839b4ac5468356f2c69810f6acbe [file] [log] [blame]
const MyPOD initialValue(42, 3.14, QStringLiteral("SubClass"));
const MyPOD updatedValue(-1, 123.456, QStringLiteral("Updated"));
const VariantPOD podValue(10, 11);
const int initialI = 100;
const int updatedI = 200;