Skip to content

Commit 9ea54ea

Browse files
committed
PyQt5->6: Update Exec function name
1 parent d4d16ba commit 9ea54ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/aideck/fpv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ def closeEvent(self, event):
285285
appQt = QtWidgets.QApplication(sys.argv)
286286
win = MainWindow(URI)
287287
win.show()
288-
appQt.exec_()
288+
appQt.exec()

examples/multiranger/multiranger_pointcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ def set_measurement(self, measurements):
361361
appQt = QtWidgets.QApplication(sys.argv)
362362
win = MainWindow(URI)
363363
win.show()
364-
appQt.exec_()
364+
appQt.exec()

0 commit comments

Comments
 (0)