Skip to content

Error out if error happens in fast import process #117

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

Closed
wants to merge 0 commits into from

Conversation

gabyx
Copy link
Contributor

@gabyx gabyx commented Aug 3, 2020

I think this is a good behavior.
I added a slot for

    // Trigger a crictical error if any error in the process happens
    connect(this, &QProcess::errorOccurred, this,
        [this](QProcess::ProcessError error) {
            qCritical() << "Error happened in fast import process, error code: '" << error <<"'";
        });

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