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

Feature/Qt6 - Export dialog will freeze at the end of an export #703

Open
wants to merge 1 commit into
base: feature/qt6
Choose a base branch
from

Conversation

pbergeron-adsk
Copy link

Summarize your change.

When exporting (or, for that matter, calling an external process) was finished, the "finish" callback faied and caused RV to crash.

The fix was simply to add a missing parameter at the end of the signature of the callback method called by connect() when QProcess.finish is called, to match what is expected in Qt6.

Describe the reason for the change.

Fixes crash at end of export process

Describe what you have tested and on which operating system.

Tested on Linux64 Rocky 9.5.

NOTE: This change in signature may not be compatible with building RV with Qt5

Add a list of changes, and note any that might need special attention during the review.

n/a

If possible, provide screenshots.

n/a

…s returned by rvio while starting its job

Signed-off-by: Patrick Bergeron <[email protected]>
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