You need to sign in or sign up before continuing.
Remove call to Quit from backend.quit method
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:30:47
| Stage: build Stage: package |
Download artifacts
No artifacts found |
the backend.quit emits the 'quitDone' signal which also triggers the 'aboutToQuit' signal for the QApplication since its handler calls 'QApplication::quit()'
the handler for 'aboutToQuit' signal already calls Quit so removing it from backend.quit avoids another call to Quit
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:30:47
| Stage: build Stage: package |
Download artifacts
No artifacts found |