You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code does detect that it's invalid and errors out before returning early, but for some reason it crashes when cleaning up the QScopedPointer. It could be that the errorOccurred signal being emitted causes something to get deleted, e.g. in ProjectManager::onCreationFailed().
The text was updated successfully, but these errors were encountered:
The code does detect that it's invalid and errors out before returning early, but for some reason it crashes when cleaning up the QScopedPointer. It could be that the errorOccurred signal being emitted causes something to get deleted, e.g. in ProjectManager::onCreationFailed().
The text was updated successfully, but these errors were encountered: