Skip to content

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