Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reworking code that takes data from sub-processes so that it avoids using a QString as much as possible. #355

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

eteran
Copy link
Owner

@eteran eteran commented Jun 24, 2024

reworking code that takes data from sub-processes so that it avoids using a QString as much as possible.
this is necessary because, at least in Qt5, there is a hard upper limit to the length of a QString
addesses issue #354

…sing a QString as much as possible.

this is necessary because, at least in Qt5, there is a hard upper limit to the length of a QString
addesses issue #354
@eteran eteran merged commit c51fcc0 into master Jun 25, 2024
2 checks passed
@eteran eteran deleted the qstring-limit-fix branch July 8, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant