Skip to content

Commit

Permalink
PyQt6 changes app.exec_ to app.exec
Browse files Browse the repository at this point in the history
  • Loading branch information
borondics committed Jan 28, 2025
1 parent 82345c8 commit b7379d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/spectroscopy/widgets/owfft.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def main(argv=sys.argv):

ow.set_data(dataset)
ow.handleNewSignals()
app.exec_()
app.exec()
ow.set_data(None)
ow.handleNewSignals()
return 0
Expand Down

0 comments on commit b7379d6

Please sign in to comment.