#ifndef RENDERCONFIG_H #define RENDERCONFIG_H #include struct RenderConfig { double scaleX = 50 / 100.; double scaleY = scaleX; QVector wordsToHighlight; }; #endif // RENDERCONFIG_H