Change _screenLines to QVector
It was a fixed size array, as a QVector it will change size faster without the need of memory allocation.
Please register or sign in to comment
It was a fixed size array, as a QVector it will change size faster without the need of memory allocation.